Releases: IoT-Technology/IoT-Toolkit
v0.6.4
Release Note 🎉
Features 🌈
- can be installed in Raspberry Pi 3B、3B+、3A+ and 4B
 - add telecom and china mobile nb-iot device data log command
 
Fix 🛠
- fix System terminal on Windows: "Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)"
 - fix no setting file cause get data failed!
 - improve code and nb help
 
0.6.3
Release Note 🎉
Imporve 🎨
- optimize blue and gray color display issues in widows powershell
 - add exit terminal prompt text
 
Fix 🛠
- deal with help info for mqtt settings
 - copyright upgrade 2022 to 2023
 
v0.6.1
Release Note 🎉
Fix 🛠
NB-IoT
- fix telecom add nb-iot device bug
 - fix mobile del settings will delete telecom settings
 - fix telecom update name format problem
 - fix mobile update imei name operation
 
MQTT
- fix mqtt pub/sub topic is null
 - add mqtt self-signed config
 
CoAP
- improve coap response and data
 
Imporve 🎨
- Optimize CoAP protocol operation output
 - Add user action videos for CoAP, MQTT and NB-IoT protocols
 
📄
- upgrade apache license 2.0 to 2023
 
v0.6.0
Release Note 🎉
🗃️ Out-of-box NB-IoT protocol toolkit --
toolkit nb -h
Features 🌈
- add install from HomeBrew
 - add NB-IoT Protocol (Support China Mobile AEP IoT Platform)
 - add NB-IoT Protocol (Support China Telecom OneNET IoT Plaform)
 - add 
toolkit nb desc subcommandintroduction and usage of Nb-IoT protocol - add NB-IoT basic command on the main page of toolkit output
 
Fix 🛠
- add MQTT desc information
 - add CoAP desc information
 
IoT Toolkit Client 0.5.0 Release
Changelog
68b2c3f 🏁 Releasing version 0.5.0
daf2824 update README
896f5ea add mqtt and coap main page of first entrance
4903fe0 finish mqtt settings command
13be95e add mqtt set command and deal with logic
afe540d modify pub and sub data from throw exception to print error message
544f81f remove useless code
d41cbbe refactor mqtt subscribe logic and remove mqtt call model
cd05697 Refactor code and remove code
5ba0b01 improve user experience
fcaf6da improve mqtt pub logic
7ea53ca add MqttSettings MqttSettingsInfo reflection configs
477a0f2 improve mqtt publish processor
7cc351c add publish select config processor
9bd535e add publish new config processor
d6ea425 refactor mqtt pub logic
IoT Toolkit Client 0.4.9 Release
Changelog
64495c7 🏁 Releasing version 0.4.9
06e1fe1 upgrade graalvm 22.1.0 to 22.2.0
aad2152 Direct vulnerabilities: CVE-2022039368,upgrade californium to 3.7.0
52d21ce use official build tools - native-maven-plugin
0ca5ea2 fix main page info
2b32550 Optimize home page display
a880566 update Random -> ThreadLocalRandom
5a38506 upgrade jackson-databind version to 2.14.0-rc1, in FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled.
ddfb7bd update README_CN.md
22471bc update documentation
0fca45c add toolkit demo gif
8adda52 add coap rule engine processor
db3482d update EN README.md
IoT Toolkit Client v0.4.8 Release
✨
- 
Add MQTT interactive command line mode
 - 
can be installed on Unix-based systems through
SDKMAN!
Thanks to theSDKMAN!team, @eddumelendez and @marc0der 
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates. Formerly known as GVM the Groovy enVironment Manager, it was inspired by the very useful RVM and rbenv tools, used at large by the Ruby community.
0.4.6
Changelog
4080423 🏁 Releasing version 0.4.6
f15dbef license format code
75d8280 improve code
e4a860a pre completion of mqtt interaction mode
a799cf7 deal with subscribe of mqtt
99d35c7 add subscribe logic of mqtt call
91ea1ce add sslContext
47a6f9f set mqtt will
2799eb6 add ssl/tls of mqtt
0df281f deal with interactive mode of mqtt
e3caded deal with interactive command line
f366ac2 add mqtt service rule engine and node
1e97ac7 add mqtt settings prompt
26560b6 add french locale and mqtt settings command
924209b add badges
44e6f41 delete Travis CI
89cfffe add Travis CI
fd647f2 update README
292c9bf Update README_CN.md
ec041c6 Merge pull request #3 from sanshengshui/main
update README.md
83a1ccd update README_CN.md
28c909c update README_CN.md and add logo png
293f8fb update README_CN.md
9544669 update README_CN.md
06e23fe update PR.yml
a34cf3a remove useless code
IoT Toolkit Client v0.4.5 Release
🐛
fix In Windows, Chinese and German characters are garbled
IoT Toolkit Client v0.4.4 Release
✨ New features
- 
Added German, Chinese and English internationalization support
toolkit config --locale=zh or de or en - 
Support Chocolatey in Windows
 
Chocolatey is a Nuget-based package manager tool developed for Windows
To install toolkit, run the following command from the command line or from PowerShell:
    choco install toolkit
Toolkit Url in Chocolatey : https://community.chocolatey.org/packages/toolkit
Thanks to the Chocolatey @chocolatey
