Commit Graph

1004 Commits

Author SHA1 Message Date
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
d1de0770f2 Merge pull request #592 from klaernie/patch-1
go for cloning the gh-pages branch directly
2022-02-27 23:03:15 +01:00
Thomas Nordquist
2a3f481a24 Merge pull request #629 from thomasnordquist/dubyte/add_sparkplug
Add sparkplug b support
2022-02-27 23:02:26 +01: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
6e4d08e4b5 update mqtt library 2022-02-27 20:06:11 +01:00
Thomas Nordquist
5da8fe0f90 chore: remove after-sign 2022-02-27 19:09:25 +01:00
Thomas Nordquist
df9eda4866 use node 16 for appveyor 2022-02-27 18:54:33 +01:00
Thomas Nordquist
6b030ab5ee remove package-lock 2022-02-27 18:50:23 +01:00
Thomas Nordquist
e1493db7c8 add rpc system to improve ipc 2022-02-27 18:46:56 +01:00
Thomas Nordquist
205ea00c41 add package lock 2022-02-27 14:22:44 +01:00
Thomas Nordquist
d428428a6e enforce npm version 2022-02-27 14:22:22 +01:00
Thomas Nordquist
24e9c4cd22 fix build 2022-02-27 14:15:50 +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
Andre Klärner
e769ddece4 go for cloning the gh-pages branch directly
This avoids pulling in the entire history of the master branch
2021-10-03 22:36:04 +02:00
Sinuhe Tellez
64e807beef fix linter 2021-08-14 23:26:36 -04:00
Sinuhe Tellez
531af31490 remobe generated ts and load proto file directly 2021-08-14 23:24:17 -04:00
Sinuhe Tellez
e708e1d0c7 update dependencies 2021-08-12 02:14:24 -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
f60449c253 add protobuf dependency 2021-08-10 22:12:21 -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
Josh Willox
3fa47f0318 Simplify config path 2020-08-10 19:35:46 +10:00
Thomas Nordquist
9cdfa2de7b Prepare app for notarization 2020-04-28 23:58:26 +02:00
Thomas Nordquist
355e9177fc Update electron 2020-04-27 18:45:52 +02:00
Thomas Nordquist
dbb6ead7ba Fix builds and snap upload 2020-04-25 14:04:46 +02:00
Thomas Nordquist
ad888f6f9a Update version 2020-04-24 15:37:56 +02: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
7a91e4dee6 Fix setting environmental for mocha tests in windows builds 2020-04-20 13:21:16 +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
e87a7115c5 Revert "Only produce artifacts on appveyor when a release was tagged"
This reverts commit 487eee93cd.
2020-04-19 13:13:16 +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
487eee93cd Only produce artifacts on appveyor when a release was tagged 2020-04-16 12:17:45 +02:00