EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
How to contribute

This is a project that is hosted on GitHub. To contribute, you can fork the project and make your own changes.

Writing Code

We recommend using pre-commit to check your contributions before they are committed.

Pre-commit can be installed via pip (requires Python3):

pip3 install pre-commit

Then, you can setup pre-commit in this project using:

pre-commit install

Please see Compilation instructions for instructions on how to compile EDGESec and run tests.