Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example how to connect ESP8266 to custom server #12

Closed
waqas-ogc opened this issue Oct 17, 2016 · 3 comments
Closed

Example how to connect ESP8266 to custom server #12

waqas-ogc opened this issue Oct 17, 2016 · 3 comments

Comments

@waqas-ogc
Copy link

Is there any example on how to connect ESP8266 to custom server ?

@tabvn
Copy link

tabvn commented Oct 19, 2016

You need tweek a bit in this librarry

/src/internal/esp8266/parseClient.cpp

const bool DEBUG = false;
const char* PARSE_API = "your-domain.com"; //"api.parse.com";
const char* USER_AGENT = "arduino-esp8266.v.1.0.1";
const char* CLIENT_VERSION = "1.0.3";
const char* PARSE_PUSH = "your-domain.com"; //"push.parse.com";
const unsigned short SSL_PORT = 443; // use 80 if you are using none of ssl (recommend ssl)

@seineken
Copy link

I already tweek my library, but it's not working....could you please provide an .ino example ???

thanks a lot

@TomWFox
Copy link
Contributor

TomWFox commented Apr 10, 2019

I’m closing this as this project has been retired due to lack of use & contribution, if you wish to continue to use it please fork it or if you wish to maintain this project make yourself known

@TomWFox TomWFox closed this as completed Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants