Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a2tec/esp8266_udpcliente
Simples cliente UDP com ESP8266
https://github.com/a2tec/esp8266_udpcliente
arduino contribution cpp esp32 esp8266 hacktoberfest-accepted hacktoberfest2024
Last synced: 8 days ago
JSON representation
Simples cliente UDP com ESP8266
- Host: GitHub
- URL: https://github.com/a2tec/esp8266_udpcliente
- Owner: a2tec
- License: mit
- Created: 2024-10-27T15:03:57.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:42:56.000Z (11 days ago)
- Last Synced: 2024-10-27T17:45:16.433Z (11 days ago)
- Topics: arduino, contribution, cpp, esp32, esp8266, hacktoberfest-accepted, hacktoberfest2024
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266_udpCliente
Exemplo UDP cliente para Arduino ESP8266/ESP32## Objetivo
Exemplo de comunicação com **ESP8266** e **ESP32**
## Dependências
- ESP8266WiFi ou WiFi (dependendo do dispositivo).
- Bibliotecas WiFiUdp.h.## Contribuindo
Sinta-se à vontade para contribuir com este projeto. Por favor, envie pull requests ou abra issues para sugerir melhorias. Leia o arquivo [CONTRIBUTING](./CONTRIBUTING.md).## Licença
Este projeto está licenciado sob a licença XXX. Consulte o arquivo LICENSE para mais detalhes.