This project sends the temperature of a device's 4 logical cores to a receiver using SOME/IP protocol using a UDP layer. This project is based on this repository: https://github.com/chrizog/someipy
pip3 install someipy
pip3 install psutils
// Also install Python 3.12>=
sudo su
cd example_apps
// Create and run a virtual python environment
python3 -m venv env
source env/bin/activate
// Start the receiver
python3 someipy_receive_udp.py
// Repeat the above mentioned steps except the last command, on another PC
python3 someipy_send_udp.py