/ttn_http_backend

A little rust program that works with The Things Network's HTTP Integration

Primary LanguageRustMIT LicenseMIT

TTN HTTP Backend

A simple program that can act as the backend for Applications on The Things Network

This project uses the The Things Network HTTP Integration to communicate with TTN.

This project is intended as a starting point. It currently just prints received messages and sends "Hello device" messages in reply.

Requirements

The HTTP Integration requires that you have a public IP address that it can send requests to.

Configuration

A configuration file will automatically be created with example values and stored at ~/.config/ttn_http_backend/ttn_http_backend.toml.

License

MIT License