https://github.com/kasitoru/mjsxj02hl_web
Web interface for mjsxj02hl firmware
https://github.com/kasitoru/mjsxj02hl_web
firmware http lua mjsxj02hl web
Last synced: about 2 months ago
JSON representation
Web interface for mjsxj02hl firmware
- Host: GitHub
- URL: https://github.com/kasitoru/mjsxj02hl_web
- Owner: kasitoru
- Created: 2021-06-06T19:54:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T16:04:47.000Z (4 months ago)
- Last Synced: 2025-12-14T07:17:51.810Z (4 months ago)
- Topics: firmware, http, lua, mjsxj02hl, web
- Language: Answer Set Programming
- Homepage: https://io-net.ru/mjsxj02hl_firmware/
- Size: 398 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mjsxj02hl_web
[](https://yoomoney.ru/to/4100110221014297)
WEB interface for mjsxj02hl firmware
**Attention! This firmware is no longer supported by the author. We recommend using [OpenIPC](https://github.com/OpenIPC/device-mjsxj02hl).**
## Dependencies
Hi3518Ev300 [toolchain](https://dl.openipc.org/SDK/HiSilicon/Hi3516Ev200_16Ev300_18Ev300/Hi3516EV200R001C01SPC011/arm-himix100-linux.tgz):
```bash
tar -zxf arm-himix100-linux.tgz
sudo ./arm-himix100-linux.install
```
Others:
```bash
sudo apt install git dos2unix
```
## Build
### Download source files and compile:
```bash
make all
```
### Remove all generated files:
```bash
make clean
```