Skip to content

krvarma/MDNS_SparkCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Core and MDNS

Here is the Spark Core port of Adafruit MDNS library. The library provides the ability to setup a name for the Spark Core and resolve it. We can name the Core anything we want, the library will append ".local" to the name and we can access the Core using the URL "name.local".

The sample application names the Core as "myspark". If the MDNS is setup correctly then it creates a TCPServer on port 80. The Core can be accessed using the URL "http://myspark.local". The server simply prints a test message.

Requirement

  1. For Mac OSX support is built in through Bonjour already.
  2. For Linux, install Avahi.
  3. For Windows, install Bonjour.

Screenhots

enter image description here

About

Adafruit MDNS port for Spark Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages