Search found 4 matches

by masoldier
Tue Jun 05, 2018 6:22 am
Forum: ESP8266 boards
Topic: PUBLISH & SUBSCRIBE in the same program
Replies: 2
Views: 2869

PUBLISH & SUBSCRIBE in the same program

Hey community, hope everyone is creating something awesome with our beloved MicroPython+NodeMCU :D Let's cut to the chase - I am successfully able to PUBLISH and SUBSCRIBE to messages on Adafruit and it just works. The real problem is that when I try to merge these two-independent programs into one,...
by masoldier
Tue Sep 05, 2017 7:09 am
Forum: ESP8266 boards
Topic: http server returns html source code on ports other than 80
Replies: 4
Views: 4276

Re: http server returns html source code on ports other than 80

Thank you so much, these tutorials are of true help. Appreciate it! Will get back if something comes up
by masoldier
Thu Aug 31, 2017 5:45 am
Forum: ESP8266 boards
Topic: http server returns html source code on ports other than 80
Replies: 4
Views: 4276

Re: http server returns html source code on ports other than 80

Okay.. but how do I do that.. I am a newbie to programming and the server part is a little tricky for me.. can u please tell me what should I send as a response. What code should I write?
by masoldier
Wed Aug 30, 2017 9:15 am
Forum: ESP8266 boards
Topic: http server returns html source code on ports other than 80
Replies: 4
Views: 4276

http server returns html source code on ports other than 80

Hi there, I have been working on this simple http server on my esp8266 using micropython. The content that I want to server is HTML, a heading and a few buttons to control few GPIO pins on the board. But, whenever I change the port number to listen for any request, other than port 80, the web browse...