nerves_network icon indicating copy to clipboard operation
nerves_network copied to clipboard

Connect to wired and wireless networks on Nerves platforms.

Results 7 nerves_network issues
Sort by recently updated
recently updated
newest added

the networking example linked appears to be broken: https://github.com/nerves-project/nerves_network#example-applications I noticed that there is now a ["hello_wifi"](https://github.com/nerves-project/nerves_examples/tree/master/hello_wifi) example now. Although this example doesn't seem to be using "nerves_network", and rather...

### Environment Current GitHub master page. ### Current behavior The current text is: > Currently, only IPv4 is supported. The library is incredibly verbose in its logging to help debug...

From the #nerves slack: > fhunleth: As for persisting network settings, the `nerves_network` way was to do it yourself. The thought at the time was that application writers would know...

This resulted from a conversation in the nerves slack channel. As far as I understand one would like to register for the events the `WpaSupplicant` emits and handle them accordingly....

See https://github.com/nerves-project/nerves_network#setup. I'd suggest deleting the whole section so as to avoid anyone trying to load a kernel module manually. At least one person has done this and it seems...

enhancement
help wanted

Add support for IPv6. This should be done in a way where IPv4 can still be used. Given that IPv6 could include a lot of things, for this issue, I'm...

enhancement
help wanted

This is required by the RFC to make sure that an IP address conflict doesn't occur. See https://tools.ietf.org/html/rfc3927#page-13.

enhancement
help wanted