Giter Site home page Giter Site logo

jxmot / esp8266-udp Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 367 KB

An ESP8266 project that uses UDP to send messages to a server. The primary use is for testing code before committing to a project.

License: MIT License

C++ 79.48% C 3.34% JavaScript 17.18%
esp8266 udp-packets udp-client udp multicast

esp8266-udp's Introduction

jxmot

esp8266-udp's People

Contributors

jxmot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

esp8266-udp's Issues

Create code for testing multi-cast with reply from server

Need to create testing code that sends multi-cast from the ESP8266 to the node server. The node server should then send a reply to the sender directly.

This code will be ported to the sensornet project where it will be used for allowing the sensor devices to "ask" for the IP address of the server. This will eliminate the need to configure the devices with the server's IP address.

NOTE:

Multi-cast IP Addresses :
There are specific multi-cast IP addresses(IPv4 in this doc) that can be used for broadcasting. They are -

224.0.0.1 and any reasonable port number. There can be two or more listeners per address as long as they do not use the same port number.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.