mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
Add screenshot to system control
This commit is contained in:
parent
a9c92fcff2
commit
d0d7cfbdcf
@ -1,17 +1,8 @@
|
||||
# JarvisControl
|
||||
This is an example project, generated by AntOS Development Kit
|
||||
# SystemControl
|
||||
|
||||
## Howto
|
||||
Use the CodePad command palette to access to the SDK functionalities:
|
||||
System monitoring is a part of my ROS Based robot software system.
|
||||
|
||||
1. Create new project
|
||||
2. Init the project from the current folder located in side bar
|
||||
3. Build and run the project
|
||||
4. Release the project in zip package
|
||||
|
||||
## Set up build target
|
||||
|
||||
Open the `project.json` file from the current project tree and add/remove
|
||||
build target entries. Save the file
|
||||
It allows to dislay the robot system info mation on Antos application
|
||||
via the Antunnel service
|
||||
|
||||
|
||||
|
@ -1,17 +1,8 @@
|
||||
# JarvisControl
|
||||
This is an example project, generated by AntOS Development Kit
|
||||
# SystemControl
|
||||
|
||||
## Howto
|
||||
Use the CodePad command palette to access to the SDK functionalities:
|
||||
System monitoring is a part of my ROS Based robot software system.
|
||||
|
||||
1. Create new project
|
||||
2. Init the project from the current folder located in side bar
|
||||
3. Build and run the project
|
||||
4. Release the project in zip package
|
||||
|
||||
## Set up build target
|
||||
|
||||
Open the `project.json` file from the current project tree and add/remove
|
||||
build target entries. Save the file
|
||||
It allows to dislay the robot system info mation on Antos application
|
||||
via the Antunnel service
|
||||
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"pkgname": "SystemMonitor",
|
||||
"app":"SystemMonitor",
|
||||
"name":"Jarvis monitoring",
|
||||
"name":"System monitoring",
|
||||
"services": [
|
||||
"SysmondService"
|
||||
],
|
||||
|
BIN
SystemControl/build/release/SystemControl.zip
Normal file
BIN
SystemControl/build/release/SystemControl.zip
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"pkgname": "SystemMonitor",
|
||||
"app":"SystemMonitor",
|
||||
"name":"Jarvis monitoring",
|
||||
"name":"System monitoring",
|
||||
"services": [
|
||||
"SysmondService"
|
||||
],
|
||||
|
BIN
SystemControl/screenshot.png
Normal file
BIN
SystemControl/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
@ -119,16 +119,6 @@
|
||||
"dependencies": [],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GraphEditor/build/release/GraphEditor.zip"
|
||||
},
|
||||
{
|
||||
"pkgname": "JarvisControl",
|
||||
"name": "Jarvis monitoring",
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/README.md",
|
||||
"category": "Other",
|
||||
"author": "",
|
||||
"version": "0.1.3-a",
|
||||
"dependencies": [],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/build/release/JarvisControl.zip"
|
||||
},
|
||||
{
|
||||
"pkgname": "Katex",
|
||||
"name": "Katex",
|
||||
@ -239,6 +229,16 @@
|
||||
"dependencies": [],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SimpleMDE/build/release/SimpleMDE.zip"
|
||||
},
|
||||
{
|
||||
"pkgname": "SystemControl",
|
||||
"name": "System monitoring",
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/README.md",
|
||||
"category": "Other",
|
||||
"author": "",
|
||||
"version": "0.1.4-a",
|
||||
"dependencies": ["Antunnel@0.1.8-a"],"version":"0.1.4-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/build/release/SystemControl.zip"
|
||||
},
|
||||
{
|
||||
"pkgname": "TinyEditor",
|
||||
"name": "Tiny editor",
|
||||
|
Loading…
Reference in New Issue
Block a user