jerluc / driftd

Drift protocol daemon
MIT License
1 stars 0 forks source link

Add command to auto-configure new radios #6

Open jerluc opened 7 years ago

jerluc commented 7 years ago

At the moment, riftd requires a somewhat specific configuration for new radios. Currently, it requires the following attributes to be set on a standard XBee radio:

Additionally, these attributes are not currently used, but may be used in the future:

As such, it would be ideal to build out a simple subcommand to riftd for auto-configuring the correct attributes for a new radio device (as hardware vendor configuration utilities are a bit obnoxious to use at times).

jerluc commented 7 years ago

Placeholder for this subcommand has been created here. Also, I've started to build out a very simple AT command protocol library called "ratatat"