- sudo apt-get install git
- sudo apt-get install python
- sudo apt-get install make
- sudo apt-get install openocd
- navigate with a terminal in to the directory where you want the extension to be stored at, then run:
git clone https://github.com/HendrikVE/riotam-chrome-integration
- Open Chrome or Chromium
- go to chrome://extensions/ via the address bar
- put a checkmark in developer mode at the top of the view
- click on load unpacked extension
- navigate in opened filebrowser to riotam-chrome-integration/extension
- click on open
Please notice: the path to the Native Messaging Host must not contain spaces
- open a terminal
- type cd <to_replace>/riotam-chrome-integration/native-messaging-host
- run python install_host.py --browser your_browser (your_browser has to be replaced by chrome or chromium)
Graphics are editable with yEd
- The project is licensed under the GNU Lesser General Public License (LGPL) version 2.1 as published by the Free Software Foundation.
All code files contain licensing information.