Search found 6 matches

by Olivier
04 Dec 2016, 09:22
Forum: ESP Easy: Software
Topic: [Pull Request] Generic HTTP fine grained control
Replies: 6
Views: 5959

Re: [Pull Request] Generic HTTP fine grained control

Hi guys I've deployed the playground but unfortunately it doesn't work as expected. I don't know exactly why but the Advanced template configuration seems to take precedence over the Generic HTTP one. Is it possible to work together in order to fix that ? Also I'm interrested by any feedback on how ...
by Olivier
24 Jul 2016, 22:02
Forum: ESP Easy: Software
Topic: [Pull Request] Generic HTTP fine grained control
Replies: 6
Views: 5959

Re: [Pull Request] Generic HTTP fine grained control

Obviously you can put whatever data format you want as long as it match the Content-Type header you specify. This should allow us to connect to every possible http controller, even XML SOAP should work. FYI ATM I've setup the length limits of URI, Header & Body at 500 char each. I need to know m...
by Olivier
22 Jul 2016, 23:46
Forum: ESP Easy: Software
Topic: [Pull Request] Generic HTTP fine grained control
Replies: 6
Views: 5959

[Pull Request] Generic HTTP fine grained control

Hi All, I made some improvement on the Generic HTTP controller => Pull Request #48 You can now select the HTTP method between GET (for compatibility issue), POST & PUT. You can fully define the URI (instead of relying on the MQTT publish template value). You can define the HTTP Header as you wan...
by Olivier
21 Jul 2016, 23:20
Forum: ESP Easy: General Discussion
Topic: Azure IoTHub
Replies: 2
Views: 4706

Re: Azure IoTHub

Hi, As far as I know you will encounter a first issue : Azure IoT Hub only accept inbound connection from secure channel. This mean the devices need to connect to the endpoint through a TLS connection : AMQP/S, MQTT/S, HTTP/S. Reference : https://azure.microsoft.com/en-us/documentation/articles/iot-...
by Olivier
21 Jul 2016, 22:46
Forum: Introduce yourself
Topic: Deennoo it's me
Replies: 5
Views: 5449

Re: Deennoo it's me

Hello bro :)
by Olivier
21 Jul 2016, 22:42
Forum: ESP Easy: General Discussion
Topic: [SOLVED] ESP EASY SKETCH UPLOAD ERROR
Replies: 10
Views: 24119

Re: [SOLVED] ESP EASY SKETCH UPLOAD ERROR

+1 helping me a lot

Arduino IDE 1.6.9
ESP8266 2.3.0
PubSubClient 2.6 (seemingly CHANGES.TXT doesn't mention the 2.6 updates and remain @ 2.4).

thks