-
-
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.
Added retain clear method for MQTT publish topics
- Loading branch information
1 parent
d6b85ca
commit e127f71
Showing
6 changed files
with
146 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# VSCP Works + -- Things to do | ||
|
||
|
||
## MQTT | ||
- Handel string, binary, json and xml content | ||
- First character is not 0x00, "<" or "{" ==> STRING | ||
- First character 0x00 and content len > 0 ==> BINARY (UDP format) | ||
- First non white space character "<" ==> XML | ||
- First non white space character "{" ==> JSON | ||
|
||
## LOCAL Dialog | ||
- TODO Add log file types | ||
|
||
### CANAL - dialog | ||
|
||
|
||
## SOCKETCAN - dialog | ||
|
||
|
||
## UDP - dialog | ||
- TODO test connection needs to be implemented. | ||
|
||
## MULTICAST - dialog | ||
- TODO test connection needs to be implemented. | ||
|
||
## GUID database | ||
- TODO GUID to name (database, DNS). | ||
- TODO Load/save GUID sets | ||
|
||
## RAW CANAL | ||
- TODO Collect id's and allow to filtering on them (SavveyCAN). | ||
- TODO Two views (ID frequency, messages) a'la PEAK. | ||
|
||
## Session window | ||
- TODO Colormarking from filter. Match set filter/icon. | ||
- TODO Set filter from recived event. | ||
- Undefined events should be possible to display info for as user defined evenst | ||
- Received event cloned to transmit | ||
- Received event cloned to filter and !filter | ||
- Toolbar: connect | filter active | filter combo | base combo | ||
- Define your own data rendering (Javascript/mustasch) | ||
- Custom data rendering for any event from db. | ||
- Config device from session window. | ||
- Change line and status info when GUID symbolic or sensor symbolic has been updated | ||
- MQTT: activate/deactivate subscription on the fly. (publish topics also maybe) | ||
- Better and more flexible sizing | ||
|
||
## Configuration window | ||
- search register / next | ||
- search remote variable /next | ||
- Remove ctrl+0/1/2... from menu keep functionality. | ||
|
||
## Scan window | ||
|
||
|
||
## Bootloader window | ||
|
||
|
||
## MDF editor window | ||
Encoding/decoding of strings to match JSON/XML. | ||
|
||
|
||
## GUID Known nodes Dialog | ||
TODO Dialog with add/edit/delete of known GUID's. CDlgGuid.ui | ||
|
||
## Dialog log viewer | ||
TODO Dialog with log viewing/filtering CDlgLog | ||
|
||
## Misc. | ||
Generate code for web page interfaces | ||
|
||
## FUTURE | ||
https://github.com/mguentner/cannelloni |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.