refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
66 stars 19 forks source link

Marshall/transport interface #178

Closed marshallstone closed 1 year ago

marshallstone commented 1 year ago

Two functions prepare() and connect() have been added to the ClientTransport interface to simplify adding transports. The gotapdance repository requires many less changes when a new transport is added given that the ClientTransport interface is fully implemented.