Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.

LGPL-3.0 License

Stars
1.4K
Committers
103

Bot releases are hidden (Show)

Sming -

Published by AutomationD over 9 years ago

Download

New examples added:

  • Basic_AirUpdate
  • HttpServer_ConfigNetwork
  • ...

New features & changes

  • Cross platform compatibility
  • Sming is a library
  • Sming project builds separately from core
  • Chocolatey sming.core package updated to 1.1.0

Breaking Changes

Sming - 1.0.7

Published by AutomationD over 9 years ago

Download

New examples added:

  • MqttClient_Hello
  • TcpClient_NarodMon
  • UdpServer_Echo
  • Basic_Interrupts
  • WS2812 RGB LEDs

New features & changes

  • MQTT protocol support
  • Automatic flash file system erasing
  • Moved to ESP MicroC library
  • Added UDP protocol support
  • Minor Core bugfixes
Sming -

Published by AutomationD over 9 years ago

Download

Port Ultrasonic lib and example for distance measuring using HC-SR04 and similar modules (https://github.com/anakod/Sming/pull/16)
Add ICON MIME Type SmingCore
Add text/xml MIME Type SmingCore
Add WDT Watch Dog class
Fix Reboot by WDT bug in LWIP