Sensing bus

Description

An event bus(from scratch) to propagate sensor events

Technologies / Skills

STLC++OOPEvent-basedDesign Patterns

Details

An event based bus using observer pattern similar to guava from Java. Written in cpp from scratch. Used to emulate a network composed of different sensors(temperature, humidity...) and different display types. Pretty easy to extend!