arduino-upnp icon indicating copy to clipboard operation
arduino-upnp copied to clipboard

UPnP implementation for Arduino, and on ESP 8266

Results 4 arduino-upnp issues
Sort by recently updated
recently updated
newest added

Hi! I have a problem with compiling the project in Arduino Ide 1.8.4. I have SMTP, Time libraries installed and created mywifi.h. During compilation, I get the following errors. What...

Hi, I have created two services with 4 actions in each service. These services run perfectly separately but when I run this code with both service it shows both services...

Hi, Great work I want a demo code for setting a value from UPnP action I didn't found any example other than SetState method in LedService but this method isn't...

I'm getting compile error at this line libraries/UPnP/AlarmService.cpp:281:75: error: 'class SmtpClient' has no member named 'GetErrorLine' Serial.printf("Error text %s, line %d\n", smtp->GetErrorText(), smtp->GetErrorLine()); ^ can you point me to which...