Giter VIP home page Giter VIP logo

Comments (4)

devansh17 avatar devansh17 commented on August 19, 2024

You can ignore this message and refer to other issue, which mentions which Websocket library function you have to use. The latest one doesnt work

from aws-mqtt-websockets.

thehellmaker avatar thehellmaker commented on August 19, 2024

I have the same issue as well. Could you please tell me more about the websocket library function which works?

from aws-mqtt-websockets.

phlemoine avatar phlemoine commented on August 19, 2024

getting same "sntp" errors. probably worse as it 403 several times before connecting, but then the device freezes and watchdog sends it back to bootloader. log shows a loss of about 18k of memory between conn 1 and conn2. i am using HEAD of each repo listed as dependency (as of aug-12)... i am not sure why commits you guys are using for each of the dependencies - but that might be a valuable info to help reproduce your setups....
in the meantime , i am switching to this solution SuperHouse/esp-open-rtos#173 that allows using certificates. i am not sure how memory footprint will do for my application ... good luck and keep up the good work !

from aws-mqtt-websockets.

odelot avatar odelot commented on August 19, 2024

these messages are debug info from the espwifi library. These are not causing the "error connection to the web socket server". They just appears because of we turn debug info on in the setup "Serial.setDebugOutput(1);". If you want to see the websocket library debug messages, you need to uncomment this line in the WebSockets.h file. These debug messages will help you find the problem

//#define DEBUG_WEBSOCKETS(...) os_printf( VA_ARGS )

from aws-mqtt-websockets.

Related Issues (20)

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.