libsmartpen icon indicating copy to clipboard operation
libsmartpen copied to clipboard

Results 4 libsmartpen issues
Sort by recently updated
recently updated
newest added

The Livescribe SmartPen firmware (at least v1.5) requires a Connection header after every Continue response (which contradicts the Obex spec). We convince openobex to send the header by calling OBEX_ObjectAddHeader...

Previously, only the time of the first point in the stroke was given to handle_point. Send a more specific time for each point within the stroke based on the point’s...

Within a stroke, each coordinate can be encoded using an absolute position, an 8-bit delta, or a prefix-free coded delta. Fix the 8-bit deltas, which are actually signed integers.

I'm not sure anyone is monitoring this project anymore, but would be interested in taking some of the code and do my own LiveScribe program. Does anyone know how the...