Skip to content

Add method to establish connection by connection class itself

Kitae Kim requested to merge develoot/kirogi:independent-connection into master

This method allows us to create connection independent from vehicle class.

The vehicles will be detected on network using heartbeat message. So, we need to establish connection before creating vehicle object.

Merge request reports