For an introduction to the Arrowhead Framework, see http://www.arrowhead.eu
A Python library for interacting with Arrowhead services, including a CoAP+HTTP service registry server with IPv6 support.
This code is released as open source, the main development repository is hosted on GitHub at https://github.com/eistec/arrowhead-python
For guidelines on contributing to the project, see CONTRIBUTING
Released under the Arrowhead Framework Licensing terms, which is a dual license Eclipse Public License and Apache License v2.0. For more details, see the LICENSE.txt file in this repository.
- clone the repository
- (optional) set up your
virtualenv
- run
python setup.py develop
After installing the dependencies above, to start the server:
./sd_server.py
Use ./sd_server.py --help
for help
- aiocoap - https://github.com/chrysn/aiocoap
- aiohttp - https://github.com/KeepSafe/aiohttp
- link_header - https://bitbucket.org/asplake/link_header
- blitzdb - https://github.com/adewes/blitzdb