Sensor application for transmitting humidity values
git clone https://git.8pit.net/feucht.git
1Feucht 2====== 3 4[RIOT][1] application utilising an [HDC1000][2] sensor. 5 6Backends 7-------- 8 9The humidity value read from the [HDC1000][2] is transmitted to a10central server. The protocol used for this transmission can be11configured using the `FEUCHT_PROTO` environment variable. Currently12valid values are:13141. `9P` for using the [9P][5] protocol with [ninenano][3]152. `COAP` for using the [CoAP][6] protocol with [gcoap][4]1617Besides the address and port of the protocol server need to be18configured using the `FEUCHT_HOST` and `FEUCHT_PORT` environment19variable. The latter is optional.2021Known Bugs22----------2324The `ninenano` package is currently not included in the upstream RIOT25repeository, please make `RIOTBASE` point to a checkout of my [RIOT26fork][7] instead for now.2728License29-------3031This program is free software: you can redistribute it and/or modify it32under the terms of the GNU General Public License as published by the33Free Software Foundation, either version 3 of the License, or (at your34option) any later version.3536This program is distributed in the hope that it will be useful, but37WITHOUT ANY WARRANTY; without even the implied warranty of38MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General39Public License for more details.4041You should have received a copy of the GNU General Public License along42with this program. If not, see <http://www.gnu.org/licenses/>.4344[1]: http://riot-os.org/45[2]: http://www.ti.com/lit/ds/symlink/hdc1000.pdf46[3]: https://github.com/nmeum/ninenano47[4]: http://riot-os.org/api/group__net__gcoap.html48[5]: http://9p.cat-v.org/49[6]: https://tools.ietf.org/html/rfc722850[7]: https://github.com/nmeum/RIOT