Skip to content
#

ota

Here are 205 public repositories matching this topic...

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

  • Updated May 24, 2020
  • Java
mhei
mhei commented Aug 1, 2019

The bundled example CGI program in contrib directory shows howto use the D-Bus API
from C programs. It also uses the file rauc-installer.xml which is used to
generate code which is then compiled into the resulting binary.

I would like to do the same in a custom (closed-source) project, that means I would like
to include the XML file in my project and use the generated code then. While
I g

tablatronix
tablatronix commented Jul 27, 2018

To work around another issue I added a symblink in libraries to a local library.
But it seems to break stuff
Maybe this can be ignored or fixed.

Traceback (most recent call last):
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 406, in callback_library
    library_path = os.path.join(library_path, '*')
UnboundL
sujeendran
sujeendran commented Feb 6, 2020

Hi, execOTA() function I noticed a typo that causes error when downloading the binary file.
The part reading the headers is checking if the line starts with "Content-Type: " where it should be "Content-type: ". Making this change fixed my program.

if (line.startsWith("Content-type: "))
            {
                String contentType = getHeaderValue(line, "Content-type: ");
           

Improve this page

Add a description, image, and links to the ota topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ota topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.