Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

where are uprotocol and vsomeip_py from? #8

Open
amsyrena opened this issue Sep 3, 2024 · 0 comments
Open

where are uprotocol and vsomeip_py from? #8

amsyrena opened this issue Sep 3, 2024 · 0 comments

Comments

@amsyrena
Copy link

amsyrena commented Sep 3, 2024

publish_subscribe.py

from uprotocol.proto.uattributes_pb2 import UPriority
from uprotocol.proto.umessage_pb2 import UMessage
from uprotocol.proto.upayload_pb2 import UPayload, UPayloadFormat
from uprotocol.proto.uri_pb2 import UEntity, UResource, UUri
from uprotocol.proto.ustatus_pb2 import UStatus
from uprotocol.transport.builder.uattributesbuilder import UAttributesBuilder
from uprotocol.transport.ulistener import UListener

vsomeip_utransport.py

from uprotocol.proto.uattributes_pb2 import CallOptions, UMessageType, UPriority
from uprotocol.proto.umessage_pb2 import UMessage
from uprotocol.proto.upayload_pb2 import UPayload, UPayloadFormat
from uprotocol.proto.uri_pb2 import UEntity, UUri
from uprotocol.proto.ustatus_pb2 import UCode, UStatus
from uprotocol.rpc.rpcclient import RpcClient
from uprotocol.transport.builder.uattributesbuilder import UAttributesBuilder
from uprotocol.transport.ulistener import UListener
from uprotocol.transport.utransport import UTransport
from uprotocol.uri.validator.urivalidator import UriValidator
from uprotocol.uuid.serializer.longuuidserializer import LongUuidSerializer
from vsomeip_py import vsomeip
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant