-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3efefc1
commit e8f6293
Showing
14 changed files
with
134 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Demo | ||
|
||
There are some demo locations you can use to get started with VSCP Works +. The demo data is described in the [VSCP wiki](https://github.com/grodansparadis/vscp/wiki/Demo). The current demo exports real time events from a number of nodes in the house where we have our office. | ||
|
||
Described below is how you connect to these resource with VSCP Works + | ||
|
||
## CANAL | ||
 | ||
|
||
To test CANAL you must install a CANAL driver. We recommend [TouCAN CAN adapter](https://www.rusoku.com/products) as a good starting point. You find there CANAL driver in the download section of there site. The TouCAN can also be used on Linux and on MacOS. | ||
|
||
## SocketCan | ||
Download and install the [VSCP Simulator](https://github.com/grodansparadis/vscp-simulator) software. It will allow you to simulate level I and level II nodes with all functionality. | ||
|
||
A CAN adapter like TouCAN described above that supports SocketCan id definitely needed if you are serious using socketcan. | ||
|
||
## tcp/ip | ||
 | ||
|
||
Create a new tcp/ip connection with the data above and you will receive a bunch of VSCP events generated in this house. The meaning of them all is in the wiki. | ||
|
||
## MQTT | ||
 | ||
|
||
Create a new MQTT connection with the data above and you will receive a bunch of VSCP events generated in this house. The meaning of them all is in the wiki. | ||
|
||
An alternative is use mqtt.vscp.org as server with **user**: _"vscp"_ and **password**: _"secret"_. | ||
|
||
## Demo GUID and sensor database | ||
|
||
[Here](https://vscp.org/vscpworks/vscpworks.sqlite3) is a demo database with GUID's and sensor indexes for the nodes that publish events. Copy this file to | ||
|
||
```bash | ||
~/.local/share/VSCP/vscp-works/qt | ||
``` | ||
|
||
on Linux, and to | ||
|
||
```bash | ||
C:\Users\<<<your user name>>>\AppData\Local\vscp-works-qt/ | ||
``` | ||
Now when you start VSCP Works + and connect to one of the above channels you will get symbolic GUID's and sensor information in the session window. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VSCP Works + | ||
------------ | ||
|
||
Version: 0.0.1 | ||
|
||
|
||
|
||
|
9 changes: 8 additions & 1 deletion
9
install/windows/config/installscript.qs → .../org.vscp.vscpworks/meta/installscript.qs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2000-2025 Åke Hedman, Grodans Paradis AB | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Package> | ||
<DisplayName>VSCP Works Qt</DisplayName> | ||
<DisplayName>VSCP Works +</DisplayName> | ||
<Description>The VSCP toolbox</Description> | ||
<Version>0.0.1</Version> | ||
<ReleaseDate>2025-01-28</ReleaseDate> | ||
<ReleaseDate>2025-02-06</ReleaseDate> | ||
<Default>true</Default> | ||
<Script>installscript.qs</Script> | ||
<UpdateText>Update</UpdateText> | ||
<Dependencies> | ||
<Dependency name="vscp-works-qt" version="0.0.1" /> | ||
<Dependency name="vscp-works-qt" version="0.0.1" /> | ||
</Dependencies> | ||
<Licenses> | ||
<License nam="MIT" file="license.txt" /> | ||
</Licenses> | ||
<UserInterfaces> | ||
<UserInterface>readmecheckboxform.ui</UserInterface> | ||
</UserInterfaces> | ||
</Package> |
34 changes: 34 additions & 0 deletions
34
install/windows/packages/org.vscp.vscpworks/meta/readmecheckboxform.ui
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>ReadMeCheckBoxForm</class> | ||
<widget class="QWidget" name="ReadMeCheckBoxForm"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>412</width> | ||
<height>179</height> | ||
</rect> | ||
</property> | ||
<layout class="QVBoxLayout" name="verticalLayout"> | ||
<property name="margin"> | ||
<number>0</number> | ||
</property> | ||
<item> | ||
<widget class="QCheckBox" name="readMeCheckBox"> | ||
<property name="text"> | ||
<string>Open ReadMe</string> | ||
</property> | ||
<property name="checked"> | ||
<bool>true</bool> | ||
</property> | ||
<property name="tristate"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |