Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 815 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 815 Bytes

kikaitachi-ui

Web interface to control robots.

For example robot using this interface see naminukas-brain project.

Usage

Latest version from main branch is always available at http://ui.kikaitachi.com. Please note that http protocol is used instead of https. If you use https protocol then your robot must also serve WebSocket via https.

To run locally, for example, for offline applications you just need to serve /docs folder using any web server. This repository includes minimal web server which can be started with Node.js (tested with version 12.14.1):

cd docs
node server.js

In this case application will be available at http://localhost:8080/.