btcven / radio-firmware

The firmware for the radio module
https://locha.io
Apache License 2.0
7 stars 10 forks source link

Open discussion: IPv6 address asignment and adding it to Router Client Set #93

Open jeandudey opened 4 years ago

jeandudey commented 4 years ago

We need a way to assign IPv6 addresses to the computers/mcus/etc that connect over SLIP to the cc1312 (or the MCU that's serving the purpose of an AODVv2 router), also, we need a way to add that address to the Router Client Set so the computer/mcu/etc can be reachable from other AODVv2 routers.

The AODVv2 draft doesn't specify how clients are added nor configured, this is on our own and we need to get a little bit creative into it.

See also

luisan00 commented 4 years ago

[Only for reference], here is an example w/ support DHCPS, SLIP: https://github.com/martin-ger/esp_slip_router

luisan00 commented 4 years ago

this issue is being fixed in PR #97