Skip to content

sticks/flint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flint

A .NET library for talking to Pebble smartwatches. Based on documentation at http://pebbledev.org/wiki/Main_Page and the implementation at https://github.com/Hexxeh/libpebble plus its various forks.

Basic communication works. My personal priorities right now are to make the basic Pebble usage work, such as media events and notifications.

Contributions are absolutely welcome.

Flintlock

Flintlock is the Windows desktop application that Flint was initially created for.

Dependencies

Flint relies on 32feet.NET to get the friendly names of known Bluetooth devices. Seems like this should be possible through WMI, but the relevant Win32_PNPDevice and Win32_SerialPort objects don't contain anything to identify them as belonging to a Pebble.

Flint uses DotNetZip to open Pebble bundles (.pbw files) - unlike System.IO.Compression.ZipArchive (which requires .NET 4.5) it works from .NET 2.0 and up, and unlike System.IO.Packaging.Package it's not a pain to work with - quite the opposite, in fact.

All of these are included in binary form.

About

A .NET library for talking to Pebble smartwatches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%