https://github.com/rhelmke/cant-ui
A web-based user interface for cant
https://github.com/rhelmke/cant-ui
area can cant car controller cryptocan isobus javascript network npm privacy react reactjs security tractor ui vehicle webinterface yarn
Last synced: 6 months ago
JSON representation
A web-based user interface for cant
- Host: GitHub
- URL: https://github.com/rhelmke/cant-ui
- Owner: rhelmke
- License: bsd-3-clause
- Created: 2020-01-05T12:54:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:02:12.000Z (over 2 years ago)
- Last Synced: 2025-03-28T01:43:38.133Z (6 months ago)
- Topics: area, can, cant, car, controller, cryptocan, isobus, javascript, network, npm, privacy, react, reactjs, security, tractor, ui, vehicle, webinterface, yarn
- Language: JavaScript
- Homepage: https://sys.cs.uos.de/cant/index.shtml
- Size: 2.22 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cant-ui
***Disclaimer: This is academic code that has been written in a timespan of roughly 2 weeks for my Bachelor's thesis. I am neither a frontend developer nor have I ever worked with ReactJS before. It's ugly, insecure and shitty. Yet, it did the job back in the days. USE AT YOUR OWN RISK (or maybe you are willing to create a proper frontend?:-)***
This is [cant](https://github.com/rhelmke/cant)'s webinterface outsourced into a standalone
repository.
Unless you are a developer that wants to contribute to this project, you shouldn't need to clone
this repository, as cant will autofetch and -build this webinterface.## Get and Install
```bash
git clone https://github.com/rhelmke/cant-ui.git
yarn install
yarn build
```## Dependencies
* ReactJS
* Node
* npm
* yarn