this-pama / iothub

This is a small IoT hub, starting with LoraWAN sensors integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Hub RESTful API with LoRaWAN Sensor Integration

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.

Features

  • 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.

Requirements

  • Node.js
  • MongoDB
  • LoRaWAN sensors (compatible with your LoRaWAN network)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/iot-hub.git
  1. Install dependencies:
cd iot-hub
npm install

Usage

  1. Start the server:
npm start

Contributing

Contributions are welcome! Please feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

About

This is a small IoT hub, starting with LoraWAN sensors integration

License:MIT License


Languages

Language:JavaScript 100.0%