This is a summary of the most important changes of SIAPP SDK.
- SIAPP SDK 2.1.1
- SIAPP SDK 2.1.0
- SIAPP SDK 2.0.0
- SIAPP SDK 1.2.8
- SIAPP SDK 1.2.7
- SIAPP SDK 1.2.6
- SIAPP SDK 1.2.5
- SIAPP SDK 1.2.4
- SIAPP SDK 1.2.3
- SIAPP SDK 1.2.2
- SIAPP SDK 1.2.1
- SIAPP SDK 1.2.0 [os independent python scripts]
- SIAPP SDK 1.1.2
- SIAPP SDK 1.1.1
- SIAPP SDK 1.1.0 [first public released version on github]
- SIAPP SDK 1.0.0 [not official released]
- Fix some compile warnings (also in EDGEDATAAPI)
- Support latest alpine image with openrc
- Python Interface for EDGEDATAAPI (new example application DemoPy)
- New Command Line Interface
- Add support for Podman
- Add support for SICAM Software Solution (SWS)
- Prevent endless loop in DemoProject
- Since more platforms are supported Dockerfile.arm32v7 is now only Dockerfile
- Running the emulation requires now the platform (in this release either a8000 or sws)
- For new interface options call
python build.py -h
orpython run.py -h
Improvements
- Add platform option to build command of build.py (Special thanks to stejspet)
Improvements
- Bugfix for JSON Decoding (Special thanks to lucasschramm1)
Improvements
- Bugfix for EdgeDataApi simulation for Linux hosts
- Remove SIAPP Dashboard
Improvements
- Fix Mutex deadlock in DemoProject code during simultaneous data access
- Add executable flag to SIAPP examples
Improvements
- Support absolute and relative path for build.py and run.py tools (Special thanks to claus-kutsche)
- SIAPP Dashboard update
Improvements
- SIAPP Dashboard added
Improvements
- Support different formats of container entrypoints in a dockerfile (ENTRYPOINT, CMD)
- Recommended slot size corrected
Improvements
- Bugfix SIAPP can be imported again in SICAM Devicemanager
Improvements
- OS independent python scripts
- SIAPP engineering over SICAM Device Manager via configuration files
- build.bat and run.bat files removed
Improvements
- Fix memory leak
Improvements
-
Data simulation backend supports topic names up to 128 characters
-
Increase stability of DemoProject
-
Data emulation crash fixed
Improvements
-
Update MIT license
-
Remove qemu-arm-static
Qemu is now part of docker. -
Support spaces in file path
-
Display exposed ports for emulation
New Features
-
Support of SIAPPs for SICAM A8000 CP-8050
-
EdgeDataApi simulation added
-
Add demoprojects to SIAPP SDK