Skip to content

MalteJ/embedded-esp32-component-udp_logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Logging for esp32

How To

Just include the component into your project, include the header file and call udp_logging_init()

#include "udp_logging.h"

udp_logging_init( CONFIG_LOG_UDP_IP, CONFIG_LOG_UDP_PORT, udp_logging_vprintf );

On the server execute the logging_server.py file using Python v3:

$ python3 logging_server.py

License

This code is licensed under the Apache License v2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published