ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

broadcast: Use MAC strings in interfaces, not encoded MACs #139

Open scruzin opened 1 week ago

scruzin commented 1 week ago

The broadcast config, which is essentially an interface between oceanbench and oceantv, represents the camera and controller MACs as their encoded int64 numbers. It is preferable to use MAC strings in interfaces, since the encoded representation is an implementation detail.