Skip to content

murtazahussain-1/someipy_communication_

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication Using SOME/IP Protocol

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

Dependencies

pip3 install someipy
pip3 install psutils
// Also install Python 3.12>=

How to run the project?

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

About

A Python Library implementing the SOME/IP Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%