piaskowyk / milkyPressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo apt-get install git build-essential cmake libmbedtls-dev zlib1g-dev
git clone https://github.com/AVSystem/Anjay.git \
    && cd Anjay \
    && git submodule update --init \
    && cmake . \
    && make -j \
    && ./output/bin/demo --endpoint-name $(hostname) --server-uri coap://try-anjay.avsystem.com:5683
git clone https://github.com/AVSystem/Anjay.git
cd Anjay
git submodule update --init
cmake . && make && sudo make install
https://github.com/eclipse/leshan#test-server-sandbox
java -jar ./leshan-server-demo.jar
https://github.com/darkopetrovic/lwm2m-web-server
https://github.com/lwmqn/shepherd

About


Languages

Language:Jupyter Notebook 97.0%Language:Python 2.3%Language:C 0.4%Language:C++ 0.1%Language:Makefile 0.1%Language:CMake 0.0%