Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 750 Bytes

Build Status

PyCOAP

A python extension module written in GOLANG to provide basic COAP-capabilities, including support for DTLS.

Requirements

To compile and install PyCOAP you need:

golang-compiler and python developement packages

  $ sudo apt install golang python3 python3-dev

Updated pip and setuptools

  $ sudo pip3 install -U pip setuptools

Installation

  $ git clone https://github.com/moroen/pycoap.git
  $ cd pycoap
  $ sudo python3 setup.py install

Usage

See included pycoap-client for a small example