I am working on an application protocol for SCADA type applications. From previous experiences with SNMP and CAN Open, I like the idea of "Object Dictionaries" or "Information Bases" (MIB) as a generic way to describe a device and the fields it sends / receives in messages.
Is there a proper name for this type of pattern?
Further to this... How common is it? What experiences have you had with this protocol construct? Other than CAN Open and SNMP, what other protocols use these techniques? Any recommendations?
Note, my use will need to scale to 8 bit mircos such as Atmel AVR's etc.
Thanks!