KO
|
EN
gitlite — search
Search
#php
#react
#python
#javascript
#docker
#tensorflow
#vuejs
#golang
#django
#android
#audio
#synthesizer
remonit
★ 63
Open GitHub ↗
Remote monitoring from any device.
Download README (.md)
Explore Similar Repositories
remora
:
REMORA: REsource MOnitoring for Remote Applications
pcs-remote-monitoring-webui
:
Azure IoT PCS Remote Monitoring Web UI
rcloneMon
:
Web based remote monitor for rclone jobs
azure-iot-pcs-remote-monitoring-java
:
Azure IoT Java solution for Remote Monitoring
Intelligent-remote-video-monitoring
:
本系统以树莓派3B+为嵌入式计算平台,与CSI摄像头、二自由度旋转云台结合,主体使用Python和PHP编程,应用I2C通信与OpenCV等前沿技术,通过Frp内网穿透打通内外网数据传输,实现具有远程实时视频监控、运动检测及画面截图邮件预警、远程控制云台摄像头转动、监控画面截取及视频录制、Web端在线预览视频/图片、下载或删除文件等功能的远程流媒体传输系统。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
remonit
?
Download (.md)
# Remonit Remonit lets you run simple scripts to monitor your computer and/or servers. Gathered stats are shown in nice web dashboards that zoom with display size. Documentation is totally lacking at the moment. I will add them once I have time. ## Project structure Remonit uses meteor.js as backend and angularjs as frontend. It is then packaged in node-webkit for cross-platform distribution. Main source files are under src/ folder. Inside it's the meteor.js project. nw.dev/ and nw.release/ contain node-webkit frontend files. ## Running dev server and client Remonit needs node.js, meteor.js and node-webkit to run, install these to start. You also need to install some packages for node-webkit client: cd nw.dev | npm install cd .. Then you can start the meteor server under src/ folder: cd src meteor Then you need to change node-webkit client configurations to set up correct url: change `'main'` and `'node-remote'` values in `nw.dev/package.json` to your local url. Finally, you can start the node-webkit client (assume you link `nw` to node-webkit executable): nw ./nw.dev ## Build Build relies on grunt.js, you can install related packages using npm, you also need to install packages for the node-webkit frondend, so: npm install cd nw.release | npm install cd .. Then, like running dev client, you need to change server url for nw client: change `'main'` and `'node-remote'` values in `nw.release/package.json` to your actual server. Finally, to build, use grunt: grunt nw sh ./zip ## License MIT.