Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorropo/pycjdns
This is a non official python3 fully async implementation of cjdns.
https://github.com/jorropo/pycjdns
Last synced: 18 days ago
JSON representation
This is a non official python3 fully async implementation of cjdns.
- Host: GitHub
- URL: https://github.com/jorropo/pycjdns
- Owner: Jorropo
- License: gpl-3.0
- Created: 2019-06-06T15:28:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T15:34:03.000Z (over 5 years ago)
- Last Synced: 2024-11-07T07:17:06.897Z (about 2 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycjdns
This project is a non official python3 fully async implementation of [cjdns](https://github.com/cjdelisle/cjdns).
This implementation isn't a good choice for your project, you should stay up date with the real repo, perf and security is better.
This version is just if you need to import cjdns router (and not just the admin panel) and mostly a playground for me (not in main branch :) ).
## Documentation
You can find the doc in [doc/](doc/) and very import the original [whitepaper](doc/Whitepaper.md)
## License
GPL-3.0, find it in [LICENSE](LICENSE).