netsim icon indicating copy to clipboard operation
netsim copied to clipboard

Link to definition of required RPC calls

Open retog opened this issue 4 years ago • 0 comments

The README lists the RPC Procedures that an implementation needs to implement to be testable in netsim.

All but one of these procedures are not mentioned in the linked SSB Protocol Guide.

It would be good to link to a document describing what they are supposed to do.

The reference of "muxrpc" seems more confusing than helpful, as afaict muxrpc is just one implementation of the RPC Protocol described in the protocol guide. The calls are the requests sent by the client, I assume the testable implementation must be able to answer these calls, i.e. implement these RDF Procedures.

retog avatar Sep 27 '21 12:09 retog