Skip to content

Bridge should implement a method to get other side's version #34

@eigen-value

Description

@eigen-value

Querying the Go router for its version could be beneficial for maintenance and library alignment.

The Go router should implement and serve a generic method e.g.:

$/version

Arduino Bridge could RPC this method like this:

String msg;
Bridge.call("$/version").result(msg);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions