Releases: IoT-Technology/IoT-Toolkit
0.4.2
Changelog
33006a9 🏁 Releasing version 0.4.2
b02e7f0 🏁 Releasing version 0.4.3
19cfdb4 add jreleaser project infomation
7ea679c 🏁 Releasing version 0.4.2
b1c9320 Merge remote-tracking branch 'origin/main'
073d251 use shell:bash in windows
d024ccc 🏁 Releasing version 0.4.1
60223ba update chocolatey settings
cb7d8c2 Merge remote-tracking branch 'origin/main'
919b137 remove test workflow yml
2929778 package to chocolatey
IoT Toolkit Client v0.4.0 Release
Changelog
General
- Exit code and Error Exception Handler
- Dynamic version information control
- Refactor code of ansi console
- Add license-maven-plugin and license
- TAB Autocomplete
- handle conflicts between --hostname and --help of mqtt
- JReleaser packager and published to Github
IoT Toolkit Client v0.0.2 Realease
-
🐛 fix bug - graalvm fails to build native image of netty
-
improve README.md format
IoT Toolkit Client v0.0.1 Realease
Toolkit
is a client command line tool that supports multiple IoT protocols. CoAP and MQTT protocols are currently supported. more protocols will be supported in the future. it is written in the java language, but does not rely on the JRE environment.
-
integration of multiple protocols eliminates the neet to open multiple client software
-
multi-platform support: mac、linux and windows;
-
very small and takes up little memory;
-
command's output look good in both on windows and linux
-
written in the java language, but does not rely on the JRE environment