Hi there,
I am wondering if anyone is working on an hostapd Nerves library. I think it would be really useful to be able to setup an Nerves-device to work as an WiFi access point.
Cheers
Hi there,
I am wondering if anyone is working on an hostapd Nerves library. I think it would be really useful to be able to setup an Nerves-device to work as an WiFi access point.
Cheers
I’ve built a few things on top of hostapd in Nerves, and @ConnorRigby was working on something, but there was a lot of Yak Shaving taking place. Not sure how far he got.
you can check out my implementation here, https://github.com/rosetta-home/cicada/tree/master/lib/network_manager
That looks like a great starting point for a more generalized library.
I’m currently busy with some other stuff, but once that’s done I might look into this.
@ConnorRigby has posted this from time to time in the Slack channel: https://github.com/FarmBot/farmbot_os/blob/staging/platform/target/bootstrap/configurator/captive_portal/captive_portal.ex
That looks good as well.
It would be really interesting to create a generalized library. Unfortunately, I still haven’t had the time to get started on it