MansOS Apps examples
There are several application examples located in <mansosroot>/apps directory.
For example:
- Blink - simple blink of LEDs. Also works for PC platform.
- BlinkDev - blink using the LEDs as a device.
- Adc - a simple program that scans all ADC channels and prints the values using the debugging mechanism macros PRINT, PRINNTLN and PRINTF.
- AdcDev - Adc as a device.
- Command - a command line shell on a host computer accessing motes via unix-like commands such as ls and providing SMP - sensor management protocol to access, query, and command the motes and their resources aover the serial or USB port and wireless network.