• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Radius Server

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have to write a simple radius server that will do only accounting. Are there any java packages for this issue? Or if I have to write the whole scenario,(with udpdatagrams) can you show me a good point to start except RFCs?
Thanks
Murat
[ January 16, 2004: Message edited by: Murat Balkan ]
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U of Mich used to have one that was quasi-open source in C. I had to write these AATVs ( extension objects ) for it. I still have the source code for it.
The U of Mich transferred their source to a not for profit corp. www.merit.edu.
Ascend used to provide a cheesey one written in C for their NASes.
Your task should be a lot easier in Java than C.
Elliote Rusty Harolds Java Network Programming is really a great book.
[ January 16, 2004: Message edited by: Rufus BugleWeed ]
 
Replace the word "snake" with "danger noodle" in all tiny ads.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic