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
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

View File

@ -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

View File

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

Binary file not shown.

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -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",