Laurence-Walpole / NetSimAPI

0 stars 0 forks source link

Routing Hops #1

Open Laurence-Walpole opened 6 years ago

Laurence-Walpole commented 6 years ago

How routing works:

LewisHogan commented 6 years ago

Just commited a basic implementation onto the routing branch.

It doesn't store the fastest route (infact there's no optimization at all), but given a NIC as an input and a MAC as the target output, it seems capable of putting together a list of the NICs/MAC Addresses needed to reach the target (if possible).