btcven / radio-firmware

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

sys/net: add VAINA configuration interface #97

Closed jeandudey closed 4 years ago

jeandudey commented 4 years ago

This adds a configuration interface to add clients to the Router Client Set, in the future the VAINA (vaina as of now) will be extended to support other features, it can only be used over SLIP, messages should be sent to if local multicast address ff01::1

VAINA stands for VAINA - Versatile Address Interface | Network Administration.

luisan00 commented 4 years ago

configuring a custom SLIP LOCAL_ADDR should be an option in themenuconfig

jeandudey commented 4 years ago

configuring a custom SLIP_LOCAL_ADDR should be an option in the menuconfig

I'll try to do it, there are some limitations by having it in menuconfig

jeandudey commented 4 years ago

Comments addressed, please review.

luisan00 commented 4 years ago

Travis looks unhappy =(

jeandudey commented 4 years ago

@luisan00 looks like the connection died when downloading GCC, I restarted the build and I hope It will survive next time.

luisan00 commented 4 years ago

I will pray for him

jeandudey commented 4 years ago

Commits squashed for easy review of each one.