captainigloo / rpisigfox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpisigfox board control script

Aim of this script is to control the rpisigfox board to send messages on the SigFox network.

The expansion board is for raspberry pi mainboard and allow to use the SigFox network

You can purchase the board on YADOM.FR.

The script is a simple python script used to send data.

Usage

The script can be used simply by calling: 'sendsigfox MESSAGE'

where MESSAGE is a HEXA string encoded. Can be 2 to 24 characters representing 1 to 12 bytes.

Example : 'sendsigfox 00AA55BF' to send the 4 bytes 0x00 0xAA 0x55 0xBF

License

MIT License / read license.txt

About

License:MIT License


Languages

Language:Python 100.0%