dtn7 / dtn7-rs

Rust implementation of a DTN based on RFC 9171
Other
75 stars 20 forks source link

port dtnecho example to scala #26

Closed rmgk closed 2 years ago

rmgk commented 2 years ago

This example is fully synchronous, which means it will probably break horrible in case it ever receives any messages in an unexpected non sequential order. However, the same issue seems to be present for the other examples. Any form of communication error will cause exceptions which are not handled, which also seems fine for this example.

gh0st42 commented 2 years ago

As these are just meant as short examples and starting points for communication with dtn7, I think it's fine to gracefully shutdown for any errors occurring. Thank you for your contribution!