Node naming scheme draft
Prefix: OS(OpenShell.no)
Node type | Format | Example | Description |
---|---|---|---|
Gateway | {prefix}{n} | OS0, OS10 | These nodes relay packets to the internet. |
Repeater | {prefix}r{n} | OSr0 | The main purpose of these nodes is to extend the range of the network. |
Battery | {prefix}b{n} | OSb0 | These sensors measure the voltage of a battery (solar bank, or otherwise). Usually also a repeater node, as power available is relatively large on a UKHASnet scale. |
Sensor | {prefix}s{n} | OSs0 | Sensor nodes. May in some cases also repeat, but might not, to save battery. |
Vehicle | {prefix}v{n} | OSv0 | Nodes that move and report location. |
Name | Type | Description |
---|---|---|
OSPi1 | PiUploadTest | This is just a simple upload test script written in Python. No radio. Uploads the core temperature of a RaspberryPi v1 Model B1 |
OS0 | RTL-SDR GW | RTL-SDR based gateway node. |
OS2 | Breadboard | WeMos D1 Mini + RF69HW on a breadboard. |
OSb0 | batterymonitor | ATmega328P based node for 12V battery monitoring. |
OSr1 | ATmega328PB-v1 | Repeater node. Solar panel. |
OSv0 | Portable node with GPS. |