Module Hub

module Hub: sig .. end
A Repeater (or HUB) is a device that receives Eth frames and blindly mirrors them to several locations (but the one from which the frame came from)

val debug : bool
module Repeater: sig .. end
A Repeater (or HUB) is a device that receives Eth frames and blindly mirrors them to several locations (but the one from which the frame came from)
module Switch: sig .. end
A Switch is a device that will forward Ethernet frames based on the observed location of the destination.
module Tap: sig .. end
A Tap is a 2 port repeater wich mirror each packet to a user function.