Radu Pascal
b682d597c5
ESP8266mDNS using the provided IP in the begin method ( #2349 )
...
this fix forces the mDNS to use the provided IP in the begin method
instead of the auto detected IP. this is required if the ESP8266 starts
in the AP_STA mode and activates only the AP initially.
2016-08-01 11:49:47 +08:00
Clemens Kirchgatterer
18297458be
allows global object instances be switch off with defines ( #2344 )
2016-08-01 11:21:50 +08:00
Ivan Grokhotkov
17c02ff252
ESP8266mDNS: restart listening when WiFi STA is connected/disconnected ( #1828 )
2016-06-12 14:17:27 +08:00
Lars Englund
59c6667050
Fixed bug when making multiple consecutive queries
2016-03-09 15:43:09 +01:00
Lars Englund
e09c939c42
Clean code and add example
2016-03-09 11:12:47 +01:00
Lars Englund
0426e000cf
Clean up
2016-03-09 09:59:17 +01:00
Lars Englund
42cb81938f
Changed to blocking behaviour
2016-03-08 15:26:23 +01:00
Lars Englund
d46f84821e
Basic query (and answer parsing) working
2016-03-07 14:25:31 +01:00
probonopd
160f84a6f6
Make advertiseServices() private
2016-01-16 20:51:08 +01:00
probonopd
0b42f53bf4
advertise all hosted services
2016-01-16 20:37:06 +01:00
Eric Wilkison
c40cb79ec2
-replace char _hostName[63], char _instanceName[63], and char _txt[128] with Strings. Calling enableArduino allocates four TXT records, and there is quite an overhead of storing tcp_check=no inside an 128-byte buffer. Plus you gain flexibility by supporting TXT records larger than 128 bytes. Host and instance names should also be less than 63 characters most of the time.\n-move definitions of struct MDNSService and struct MDNSTxt to .cpp file, and use forward declaratio
2015-12-18 11:37:53 -08:00
Eric Wilkison
8d9f174826
Add human readable instance name property
2015-12-15 13:29:59 -08:00
Eric Wilkison
971bd9b75c
Change addServiceTxt to key/val pair
2015-12-15 06:05:35 -08:00
Eric Wilkison
758107f35d
Add TXT support
2015-12-15 05:39:49 -08:00
Me No Dev
843e11100d
mDNS, platform and espota.py changes for IDE Upload
...
mDNS responds with more TXT properties
platform change to support OTA functions
espota.py added authentication parameter
IDE branch: https://github.com/me-no-dev/Arduino-1/tree/esp8266-ota
2015-11-07 22:02:43 +02:00
Ivan Grokhotkov
6cf18ed1a2
Multicast in SoftAP mode ( #96 )
...
SDK 1.3 fixed a bug which caused multicast UDP to fail on SoftAP interface. Update MDNSResponder and documentation appropriately.
2015-08-10 16:14:26 +03:00
John Doe
25aa2cdc08
MDNS-SD
2015-06-29 02:27:14 +03:00
Ivan Grokhotkov
699b06b875
implement async replies in mDNS library
...
No need to call mdns.update() from loop() any more.
2015-05-12 17:59:24 +03:00
Ivan Grokhotkov
727c61efe2
UDP multicast APIs fix
...
fix #74 , fix #7
2015-04-29 07:01:46 +08:00
Ivan Grokhotkov
79e0aa361a
Update maintainer info
2015-03-27 12:18:06 +03:00
Ivan Grokhotkov
31c7b384b2
Add mDNS library for esp8266
2015-02-01 01:55:37 +03:00