You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow usage of multiple independent components, we need a reasonable plug-in architecture.
From previous experience, I want to try out an architecture similar to previous experiments on public transit routing that uses protocol buffer messages, sent over IPC calls between different plugins.
This tasks consists of multiple parts:
integrate ZMQ
integrate ZMQ library
set up IPC functionality
enable protocol buffer
add protocol buffer library
enable protoc building into build process
define protocol buffer interface for plugins
enable geometry access
define a protocol buffer interface to annotate graphs with coordinates
The text was updated successfully, but these errors were encountered:
To allow usage of multiple independent components, we need a reasonable plug-in architecture.
From previous experience, I want to try out an architecture similar to previous experiments on public transit routing that uses protocol buffer messages, sent over IPC calls between different plugins.
This tasks consists of multiple parts:
The text was updated successfully, but these errors were encountered: