Skip to content

afflux/pysomeip

Repository files navigation

pypi python docs build coverage

pysomeip

A simple implementation of SOME/IP, in Python 3.8+ with asyncio.

Wire format building and parsing in someip.header, Service Discovery and socket logic in someip.sd. Refer to tools/ for example CLI tools which should give a rough idea on how to use the API.

API docs

Missing Features

(Pull requests welcome!)

  • SD options that are not referenced by entries are discarded.
  • SubscribeAck and SubscribeNack is ignored
    • not signaled to applications
    • no way to handle MulticastEndpoint options for multicast event notifications
  • subscription to TCP services is not supported
  • subscription counter assignment
  • SD messages to same hosts are not packed together
  • probably other things

About

basic python implementation of SOME/IP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages