HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Configuration concept #1

Open dl1com opened 4 years ago

dl1com commented 4 years ago

Basically, we have two different categories of configuration parameters: Parameters directly related to the HNAP waveform and parameters which are related to the Pluto Linux system. The basic system and network settings are originally handled within uboot's fw environment and presentet to the user by the config.txt file which is also accessible by the USB mass storage. We'll not cancel this concept to avoid confusion. Therefore, our current decision is to provide the HNAP relevant settings in the hnap_config.txt and add our additional system related settings (network configuration) in the fw environment/config.txt as well.

Examples for HNAP Waveform Configuration parameters:

Examples for Pluto System Configuration parameters:

To Dos

dl1com commented 4 years ago

I just came across another way of storing persistent storage: Since v0.32, the Pluto offers the JFFS2 partition (where it already stores the passwd and ssh keys), we could probably also use it to just put our config.txt there

dl1com commented 4 years ago

Current state of this issue: