This is a GUI controller for NDN-Lite empowered IoT system. The controller runs on any platform that supports Python and Web service.
The controller is designed to control NDN IoT system in terms of
- GUI System overview.
- GUI Device Bootstrapping. This will add new devices into the system.
- GUI Trust Management. This includes credential issuance, revocation, and renew. (not finished)
- GUI Access Control. This includes access rights management among users, devices, and services. (not finished)
- GUI Service Management and service invocation. (not finished)
If you are using MacOS:
brew install zbar
If you are using MacOS:
brew install leveldb
Python venv:
python3 -m venv ./venv
./venv/bin/python -m pip install -r requirements.txt
Python server:
./venv/bin/python app.py