Björn Dalfors
b4a6199936
Move file operation to backend
2024-05-29 10:02:00 +02:00
Björn Dalfors
bd6a1a0d2d
Support specifying file encoding
2024-05-29 10:01:32 +02:00
Björn Dalfors
9d09ab2165
move filesystem operation to backend
2024-05-27 22:09:12 +02:00
Björn Dalfors
f17640c9db
feat: save value to file
2024-05-27 22:09:12 +02:00
Björn Dalfors
1ba0d07757
feat: support set payload from file when publishing
2024-05-27 22:09:12 +02:00
Thomas Nordquist
8b43e20f2e
Merge pull request #795 from thomasnordquist/tnordquist/decode-data-in-frontend
...
decode data in frontend
2024-05-25 16:28:53 +02:00
Thomas Nordquist
a2a75588c9
Merge pull request #799 from thomasnordquist/tnordquist/allow-to-connect-with-double-click
...
feat: connect with double-click
2024-05-25 16:28:37 +02:00
Thomas Nordquist
f6856d66cc
chore: update eclipse server url
2024-05-24 22:27:24 +02:00
Thomas Nordquist
79fbd34cfa
feat: connect with double-click
2024-05-24 22:23:26 +02:00
Thomas Nordquist
a2c4388c78
fix: repair types
2024-05-23 17:05:27 +02:00
Thomas Nordquist
c88978f0dd
fix: fix ui updates
2024-05-22 15:12:45 +02:00
Thomas Nordquist
b3a37e4794
chore: refactor
2024-05-22 14:44:06 +02:00
Thomas Nordquist
1ecb53b397
fix: update react when decoder has been overriden
2024-05-22 09:04:06 +02:00
Björn Dalfors
1f23c65484
Stop click event propagation prevent panel from collapsing
2024-05-21 15:17:18 +02:00
Thomas Nordquist
980072f680
chore: decode data in frontend
2024-05-21 09:22:11 +02:00
Thomas Nordquist
10aae59c92
Merge remote-tracking branch 'fb/multi-decoder/master' into feat/use-tahu-for-sparkplug-decoding
2024-05-18 11:26:39 +02:00
Björn Dalfors
6e5e2e0dd7
replace deprecated spectron with playwright
2024-04-05 14:35:18 +02:00
Björn Dalfors
3b8418ccfd
supress type errors for now
2024-03-10 12:57:00 +01:00
Björn Dalfors
f25cab4682
chore: upgrade prettier and fix linting errors
2024-03-08 08:42:41 +01:00
mhorsche
626b9cab7d
Specific int/uint byte size
...
- possible data types are: 'json', 'string', 'hex', 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16', 'int32', 'int64', 'float', 'double'
- default is 'json'
2022-06-21 21:14:59 +02:00
Thomas Nordquist
ed492ccbf4
refactor
2022-02-27 23:01:08 +01:00
Thomas Nordquist
ea7535b250
apply suggestions from code review
2022-02-27 22:58:30 +01:00
Thomas Nordquist
b17b54490e
move sparkplug decoding to backend
2022-02-27 22:49:54 +01:00
Thomas Nordquist
72400af679
Merge branch 'master' into HEAD
2022-02-27 20:47:59 +01:00
Thomas Nordquist
f8f1ddfebb
fix moment locales bug
2022-02-27 20:22:45 +01:00
Thomas Nordquist
e1493db7c8
add rpc system to improve ipc
2022-02-27 18:46:56 +01:00
Thomas Nordquist
d253c6c764
remove tracking
2022-02-27 14:15:01 +01:00
Thomas Nordquist
13b8f8d5da
fix certificate selection
2022-02-27 13:33:22 +01:00
Sinuhe Tellez
531af31490
remobe generated ts and load proto file directly
2021-08-14 23:24:17 -04:00
Sinuhe Tellez
8fcf8b2478
format topicPlot
2021-08-11 19:26:10 -04:00
Sinuhe Tellez Rivera
4fdd5b2063
Update topic plot about sparkplugb render
...
Co-authored-by: Thomas Nordquist <thomasnordquist@users.noreply.github.com >
2021-08-11 10:23:21 -04:00
Pawel Defée
e4add31793
Accept smaller key files
...
I can generate a valid key file for my Mosquitto setup that fails the minimum size check of 128, for example this kind of key:
-----BEGIN PRIVATE KEY-----
MC4CAQAwBQYDK2VwBCIEIFXWXY9yVJRKhZRfLz/oaAcjmOzX/2El+QRU+/1Npyfe
-----END PRIVATE KEY-----
2021-08-11 14:10:33 +02:00
Sinuhe Tellez
0cab2169c2
fix yarn build
2021-08-10 23:23:28 -04:00
Sinuhe Tellez
86f5b94852
fix linter issues
2021-08-10 22:59:59 -04:00
Sinuhe Tellez
c1c8b9aa61
update backend package.json and topicPlot
2021-08-10 22:06:07 -04:00
Sinuhe Tellez
dcf692d193
remove un used dependencies
2021-08-10 21:51:25 -04:00
Sinuhe Tellez
7f757b9f8a
remove unused import
2021-08-10 15:02:55 -04:00
Sinuhe Tellez
23b46cd432
decode diff view for sparkplug
2021-08-08 16:32:22 -04:00
Sinuhe Tellez
68ef9ac913
value render try sparkplug
2021-08-08 15:46:48 -04:00
Max Horsche
567f6d2d50
Added support for binary data types
...
- Select data type (string, json, hex, uint, int, float) for each topic individually
- Default data type is 'string'
- Show milliseconds in message received timestamp
2021-01-11 10:11:34 +01:00
Thomas Nordquist
07458cd712
Expose message Ids to the user
2020-04-20 18:27:51 +02:00
Thomas Nordquist
6fc0d3f28d
Fix publish button
2020-04-20 14:03:03 +02:00
Thomas Nordquist
3c40be97b7
Fix demoVideo
2020-04-20 13:09:37 +02:00
Thomas Nordquist
ff00f7a99e
Add app tests to yarn test
2020-04-20 12:31:57 +02:00
Thomas Nordquist
b72fc48bdb
Add quality of service option to subscriptions
...
Fixes #323 , #14 , #334
Fixes #132
2020-04-20 12:24:23 +02:00
Thomas Nordquist
14dac22732
Fix password input
...
Fixes #292
2020-04-19 12:51:29 +02:00
Thomas Nordquist
ccdaaa6ce2
Fix codestyle
2020-04-16 12:19:25 +02:00
Thomas Nordquist
59737edfb4
Always focus editor after pressing buttons in Publish sidebar component
2020-04-16 11:51:18 +02:00
Thomas Nordquist
30af13f793
Update linter
2020-04-16 11:00:34 +02:00
Thomas Nordquist
a89d7cf62e
Improve json editor
2020-04-16 10:50:43 +02:00