This project provides a RESTful API for managing and retrieving data from IoT devices, starting with LoRaWAN sensors. The API is built using Express.js and data is stored in MongoDB.
- LoRaWAN Sensor Integration: Easily integrate LoRaWAN sensors into your IoT infrastructure.
- RESTful API: Provides endpoints for managing and retrieving sensor data.
- Express.js: Fast, unopinionated, minimalist web framework for Node.js.
- MongoDB: A document-oriented NoSQL database for storing IoT data.
- Node.js
- MongoDB
- LoRaWAN sensors (compatible with your LoRaWAN network)
- Clone the repository:
git clone https://github.com/your-username/iot-hub.git
- Install dependencies:
cd iot-hub
npm install
- Start the server:
npm start
Contributions are welcome! Please feel free to open issues or submit pull requests.
This project is licensed under the MIT License.