Git Product home page Git Product logo

asyncmqtt-sn's People

Contributors

ty4tw 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

Watchers

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

asyncmqtt-sn's Issues

How to stop TomyGateway

Hi Tomy,

What is the proper way to shut down TomyGateway? CTL-C doesn't work, I usually kill it in a separate terminal.

Arduino - Missing File 'LowPower.h'

While trying to use this library on an Arduino UNO with Arduino 1.8.3 IDE.

Took a while to find out this missing dependency had a link in the MqttsnClient.cpp file on line #223 //https://github.com/LowPowerLab/LowPower.

Might consider adding the dependency to the instructions :)

Also, it seems there's a reference to 'using namespace std' - of which I'm thinking requires another outside library.

I ended up with compile error ->

C:\Users\<username>\AppData\Local\Temp\ccU2dsiN.ltrans2.ltrans.o: In function `Print::print(__FlashStringHelper const*) [clone .constprop.26]':

C:\Users\<username>\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.20\cores\arduino/Print.cpp:51: undefined reference to `debug'

Before, I gave up and decided to go back to the Synchronous MQTT-SN code which compiled without errors.

Cannot compile AsyncClient

In TaskManager.cpp, this line is causing trouble with g++ (GCC) 13.1.1 20230429:

src/lib/TaskManager.cpp: In member function ‘void tomyAsyncClient::TaskManager::run()’:
src/lib/TaskManager.cpp:74:57: error: ordered comparison of pointer with integer zero (‘void (*)()’ and ‘int’)
   74 |                 for (_index = 0; _task[_index].callback > 0; _index++){
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~^~~

Changing in with this syntax clears the problem, but I'm not sure if this is the correct way to go with pointers:

for (_index = 0; _task[_index].callback != NULL; _index++){

Paho gateway

Hi,
Sorry if this is not the best place to ask this, but I didn't find any other. I saw that you have merged your work with the Paho embedded C/C++ Gateway, but they don't have a client yet. I would like to know if this client (for Arduino and XBee) is appropriate to connect to that Gateway. I don't find this information anywhere. Best regards,
André

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.