slaff
slaff
There are new and useful functions that are appearing in this repository. It would be great if we can push them to the upstream axTLS repository.
…n failure instead of hanging.
Tested on real device with three different web-site certificates. This PR is just initial work we can build on top of it to allow fingerprinting on CA'a public key. Related...
The current RB_ATOMIC_* definitions for ESP8266 look like this ``` #define RB_ATOMIC_START do { uint32_t _savedIS = xt_rsil(15) ; #define RB_ATOMIC_END xt_wsr_ps(_savedIS); } while(0); ``` If I have a code...
This issue is created to collect all the tasks we need to do before the 4.7.0 release. ### Source Code - [ ] Update Sming/Core/SmingVersion.h. - [ ] Update Readme.md....
TODO: - [ ] Test on real device.
The initial physical data is used initialize an ESP8266 chip and controls its behaviour. Sometimes you may want to change that data for a certain ROM on the device without...
As of 1st of April, 2020 our V3.8.1 Long Term Support (LTS) version of Sming will not be updated any longer. Everyone is advised to migrate to the latest Sming...
Mozilla is providing a [nice API](https://hacks.mozilla.org/2019/11/thermostats-locks-and-extension-add-ons-webthings-gateway-0-10/) for auto-discovery and control of IoT devices. Since Sming has good asynchronous web server and web client it should be easy to implement the...
Do you have suggestions for open-source tools that can help us improve the code quality? Add them as comment to this issue with a short description what they do and...