Code Monkey home page Code Monkey logo

arduino-esp8266-secure-http-azure-iot-hub-client's People

Contributors

azureadvocatebit avatar gloveboxes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino-esp8266-secure-http-azure-iot-hub-client's Issues

Not secure

By looking into the code I don't see anywhere the CA or at least the thumbprint being specified, which means your communication might be encrypted, but does not validate that the server you're talking to is the actual server you should be talking to => therefor it can not be considered secure.

Can you please explain?

sensing batch events

hello
As of now i am able to send single events to the event hub . but i need to send a batch of messages to event hub . i found this page
https://docs.microsoft.com/en-us/rest/api/eventhub/send-batch-events
it says it is possible but when i made the changes it is not working
i changed the content type to "application/vnd.microsoft.servicebus.json"
and data= "[{"Temperature":"25.25" , "Deviceid":"esp3" }, {"Temperature":"30.30" , "Deviceid":"esp3"}]'

Issue with the JsonBuffer

Hi,

Thanks for you work and sharing with everyone i am facing the bug bellow,Could you point me the direction to look ?

sketch\AzureClient.ino.cpp.o: In function `ArduinoJson::Internals::JsonWriter::writeFloat(float, unsigned char)':

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_acquire'

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_release'

sketch\AzureClient.ino.cpp.o: In function `ArduinoJson::JsonArray::invalid()':

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_acquire'

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_release'

sketch\AzureClient.ino.cpp.o: In function `ArduinoJson::JsonObject::invalid()':

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_acquire'

C:\Users\vdiallo-nort\Documents\Arduino\libraries\ArduinoJson-master/include/ArduinoJson/Internals/../JsonBuffer.hpp:119: undefined reference to `__cxa_guard_release'

Wrong publishToAzure() in AzureClient.ino

Line 169 of AzureClient.ino contains publishToAzure();
It looks like the wrong syntax, as it's defined as void publishToAzure(String data, int statusLed)

But I don't understand what should be the parameters here...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.