You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great blog post! I found an earlier post about your use of OpenWRT too. I know OpenWRT has Avahi, which could replace the mdns portion, but was not able to find anything about arp stand-in on OpenWRT.
I'd love to see the capability developed so your arp stand-in feature is handled entirely within OpenWRT, as that would free up your RPi for your next awesome project. Ruby is available in OpenWRT, as is lua and of course native C. A next-level solution would even include a gui extension for luci.
Also, I resorted to an issue in github as you don't have comments enabled on your blog... :)
The text was updated successfully, but these errors were encountered:
Thank you for the kind words and dropping in here to continue the conversation 🙂 I'm working on getting my blog set up with comments for the future...
Yes, getting this into OpenWRT is a great suggestion. It could certainly be implemented in C -- the reason I used Ruby was because it's easier to prototype and play around with. A GUI extension for luci should be doable too, and the whole thing could be packaged up in an opkg.
The discussion around the post indicated a lot of interest in IPv6 support too, so I imagine that implementing support for Neighbour Discovery Protocol would be first priority to add once the existing functionality has been ported to C.
I'd be happy to take this on, but am time-constrained, so probably won't have it done sooner than a month or two from now. If anybody would like to take it on in the meantime, be my guest 🙂
Great blog post! I found an earlier post about your use of OpenWRT too. I know OpenWRT has Avahi, which could replace the mdns portion, but was not able to find anything about arp stand-in on OpenWRT.
I'd love to see the capability developed so your arp stand-in feature is handled entirely within OpenWRT, as that would free up your RPi for your next awesome project. Ruby is available in OpenWRT, as is lua and of course native C. A next-level solution would even include a gui extension for luci.
Also, I resorted to an issue in github as you don't have comments enabled on your blog... :)
The text was updated successfully, but these errors were encountered: