message-io 0.19.0

Fast and easy-to-use event-driven network library
Documentation
1
2
3
4
5
6
7
8
9
10
# Multicast example
This example allows to create entities that can find among them using multicast.

## Test it!
In several terminals or machines connected to the same LAN, run the multicast example:
```
cargo run --example multicast <name>
```

Consecutive nodes will find each others.