-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify swbus-edge api #21
Conversation
I did not previously realize swbus-edge was going to be used for infra stuff like sending traceroutes. So, this pr is not good as-is. Maybe I will make a 'SimpleSwbusEdgeRuntime' or 'ApplicationSwbusEdgeRuntime' that will have this interface, and leave the original, fully-fledged SwbusEdgeRuntime alone. |
8089bc1
to
4fdbdcb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Please tell me your thoughts on only exposing (Route)DataRequest and Response messages to SwbusEdge clients. I also renamed RouteDataRequest to DataRequest (better name? I found "RouteDataRequest" confusing because I thought it meant "a request for data about routes") and epoch to id.