Add screenshot to system control

This commit is contained in:
lxsang 2021-01-12 15:39:07 +01:00
parent a9c92fcff2
commit d0d7cfbdcf
8 changed files with 21 additions and 13807 deletions

View File

@ -1,17 +1,8 @@
# JarvisControl # SystemControl
This is an example project, generated by AntOS Development Kit
## Howto System monitoring is a part of my ROS Based robot software system.
Use the CodePad command palette to access to the SDK functionalities:
1. Create new project It allows to dislay the robot system info mation on Antos application
2. Init the project from the current folder located in side bar via the Antunnel service
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

View File

@ -1,17 +1,8 @@
# JarvisControl # SystemControl
This is an example project, generated by AntOS Development Kit
## Howto System monitoring is a part of my ROS Based robot software system.
Use the CodePad command palette to access to the SDK functionalities:
1. Create new project It allows to dislay the robot system info mation on Antos application
2. Init the project from the current folder located in side bar via the Antunnel service
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

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"pkgname": "SystemMonitor", "pkgname": "SystemMonitor",
"app":"SystemMonitor", "app":"SystemMonitor",
"name":"Jarvis monitoring", "name":"System monitoring",
"services": [ "services": [
"SysmondService" "SysmondService"
], ],

Binary file not shown.

View File

@ -1,7 +1,7 @@
{ {
"pkgname": "SystemMonitor", "pkgname": "SystemMonitor",
"app":"SystemMonitor", "app":"SystemMonitor",
"name":"Jarvis monitoring", "name":"System monitoring",
"services": [ "services": [
"SysmondService" "SysmondService"
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -119,16 +119,6 @@
"dependencies": [], "dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GraphEditor/build/release/GraphEditor.zip" "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", "pkgname": "Katex",
"name": "Katex", "name": "Katex",
@ -239,6 +229,16 @@
"dependencies": [], "dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SimpleMDE/build/release/SimpleMDE.zip" "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", "pkgname": "TinyEditor",
"name": "Tiny editor", "name": "Tiny editor",