| CARVIEW |
tinyMesh: TinyMesh - communicating with auto-meshing sensor network
TinyMesh are modules build on CC11xx TI MCU transceivers that allow for automatic meshing, and remote sensor reading.
Whole sensor network may be orchestrated by a single *gateway* machine that is best connected to internet in order to submit the data to the cloud.
This library is aimed to allow programming such a gateway machine in Haskell, so that it may be Raspberry Pi, or a similar networked ARM device.
Current functionality of the module is limited to querying all the nodes within the mesh.
[Skip to Readme]
Downloads
- tinyMesh-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Dependencies | attoparsec (>=0.12 && <0.13), base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), hex (>=0.1 && <0.2), serialport (>=0.4 && <0.5), unix (>=2.7 && <2.8) [details] |
| Tested with | ghc ==7.8.3 |
| License | BSD-2-Clause |
| Author | Michal J. Gajda |
| Maintainer | mjgajda@gmail.com |
| Uploaded | by MichalGajda at 2014-11-30T04:16:06Z |
| Category | Network |
| Home page | https://github.com/mgajda/tinyMesh |
| Source repo | head: git clone https://github.com/mgajda/tinyMesh.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 1039 total (5 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for tinyMesh-0.1.0.0
[back to package description]TinyMesh
This is code produced inspired by IoT (Internet of Things) workshop with TinyMesh technology held in HackerSpace.SG.
TinyMesh are modules build on CC11xx TI MCU transceivers that allow for automatic meshing, and remote sensor reading.
We plan to use them for YAHI (Yet Another Haze Index), and maybe other sensor networks measuring quality of living in different areas of Singapore.
You may also build this module directly from Hackage.
References:
- Notepad used during workshop
- TM-CCT software tool - RadioCrafts - manufacturers website
- Datasheet see pages:
- 57 for demos
- 22 for sending packet format
- 24 for received packet format
- Tinymesh Cloud API docs
- FTDI drivers - on Linux machines they are included in main kernel source, no need to install
