General library to simplify development around the Cinterion / Gemalto java enabled devices.
This library is intended to be used as a framework. You don't have to use all the components but some of them are mandatory (like logging, settings, AT commands handling).
It is highly recommended to obfuscate your programs to remove the unnecessary components of the library.
The goal is to support all these devices:
Code has been tested successfully with devices in bold (siemens and cinterion namespace sdk).
There is no non-automatic documentation at this stage. Only some demo code.
Javadoc: http://docs.webingenia.com/tc65lib/javadoc/ (automatically updated)
Doxygen: http://docs.webingenia.com/tc65lib/doxygen/ (includes source-code, automatically updated)
If you have an APN named ''websfr'', you can load the latest version by typing the following AT commands:
AT^SJOTAP=,http://94.23.55.152:8080/demo/demo.jad,a:,,,"gprs","websfr",,
AT^SJOTAP
Don't forget to prepare your chip if you didn't do it:
AT^SCFG="Userware/Autostart/Delay","","50"
AT^SCFG="Userware/Autostart","","1"
AT^SCFG="Userware/Stdout","ASC0"
If the latest version is broken, you can use this one: http://94.23.55.152:8080/demo/demo-0.1.9.jad
Quick look at the console:
The features that will be provided in this library are:
You are welcome to request features and pulls, they might be accepted.