retailnext / node-radius

Node.js RADIUS library for packet encoding and decoding.
Other
200 stars 60 forks source link

Using with hostapd #38

Closed luandro closed 7 years ago

luandro commented 7 years ago

I'm trying to create a RADIUS server to run in my Raspberry Pi using [hostapd]() to create the Access Point.

Should I be able to create a wifi hotspot by using this library for the RADIUS server, a data storage, hostapd and dnsmasq?

psanford commented 7 years ago

This library supports radius with PAP authentication. So if the stack you have described support that then it will probably work.

luandro commented 7 years ago

Could you give me example of what stack could be used in order to create a captive portal with this library?

What exactly listens to when a new user connects to the access point, and sends the packet to port 1812?

pihomeserver commented 5 years ago

Hello You can use this one : https://github.com/pihomeserver/Kupiki-Hotspot-Script