Maxim Prokhorov
19b7a29720
Migrate from astyle to clang-format ( #8464 )
2022-03-04 02:28:47 +03:00
Earle F. Philhower, III
60fe7b4ca8
Add code-spell spelling checks to CI ( #8067 )
...
Help find and fix silly spelling errors as they are added to the repo.
2021-05-23 08:53:04 -07:00
Labor-Et-Ars
a3281fe2f3
LEA mDNS v2 ( #7540 )
...
* LEAmDNSv2
2020-09-25 11:12:39 +02:00
hreintke
82789d201c
Functional update, host and service probes ( #5653 )
...
* Functional update, host and service probes
* Fix ServiceMonitor.ino warnings
* Adding MDNSServiceQueryCallback functional
ServiceMonitor.ino needs some updates for web page but works on Serial output.
* DynamicServices Functional
* Fix ServiceMonitor to match latest MDNSServiceInfo
* Fix unused variable in LEAdns.h
* mDNS_Clock.ino fix
* example restyle
* Add keyValues and answerInfo
* Waring and formattin fix
* Change struct MDNSServiceInfo { MDNSServiceInfo(MDNSResponder ...
to struct MDNSServiceInfo { MDNSServiceInfo(MDNSResponder&
* Make AnswerType user friendly
* Update ServiceInfo example
* Code cleanup
* AnswerType update, Astyle update servicemonitor
* Update clock example to webserver
* Second typedef for probe callbacks
Change String -> const char* at multiple locations
* Optimizations
* Update callbacks to void
* esp32 compatibility
* std::map to const char*
* Fix emplace_back call
* Change Dynamic callback to void(...)
* Add WiFi events reset() in close()
2019-02-05 00:40:45 -03:00
hreintke
e9a6fd2f82
Update mDNS examples to use HTTP Server instead of TCP Server ( #5589 )
2019-01-22 10:04:56 +01:00
hreintke
62b8ac6be7
Fix LeamDNS examples ( #5563 )
...
* Fix LeamDNS examples
* Fix Style check error
* Another style fix
2018-12-29 00:00:16 -03:00
Develo
4d15590096
formalization of LEA's mdns rewrite ( #5450 )
...
* formalization of LEA's mdns rewrite (code), minor changes to polledTimeout
* fix typo
* Fix mdns examples
2018-12-08 19:36:20 -03:00
LaborEtArs
58a044b254
LEAmDNS - Multicast DNS Responder ( #5442 )
...
* LEAmDNS Responder (II)
Created a new branch to solve commit conflicts with recent changes to ESP8266mDNSResponder.cpp by d-a-v.
* Removed millis() roll-over issues
* fix LEA-mDNS
* astyle on lea-mdns examples
* add compatibility with lwIP-v1
* ditto
* use strncasecmp instead of lwip's strnicmp from lwIP-v2 (thanks @devyte)
* ditto
* fixes
* Update mDNS_Clock.ino
unindent
* Update mDNS_ServiceMonitor.ino
unindent
* Update LEAmDNS.h
Add setInstanceName() forwarder for compat
* Disable DEBUG_ESP_MDNS_RESPONDER by default
* [Fixed] Debug output line
DEBUG_OUTPUT needs to go inside DEBUG_EX_ function otherwise throw error if DEBUG_ESP_MDNS_RESPONDER is not defined
2018-12-05 16:51:01 -03:00