Git Product home page Git Product logo

coap-iot-server's Introduction

coap-iot-server

This project is an example how you can implement a CoAP server for collecting data from IoT devices. Common tasks when working with iot devices are:

  • receive a packet with some data, then parse and put it in the DB.
  • configure the device
  • update firmware on-the-air

Used californium

How to runing on Ubuntu.

  1. Install Java
  • setup JAVA_HOME

  • setup default paths for Derby

  1. Clone this repo
  • fetch maven dependencies

  • building artifacts

  1. Go to in ${ROOT}/scripts/derby/
  • run the derby-server

$ sudo sh start-db-server-derby.sh

  • create db (will be created in /home/root)

$ sudo sh create-db-derby.sh

  • run app

$ java coap-wm-server.jar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.