opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Complete fixint support #114

Open jheretic opened 9 years ago

jheretic commented 9 years ago

We support the msgpack 'fixint' types, where small integers can be contained within a reserve range of the 'type' tag in order to pass small integers around with minimal overhead. However, we have very limited use for these numbers, as we don't have any useful functions to actually do things with them, like math. We should implement at least a basic set of accessor and math functions for these types so that we can utilize them.