v1.0.7
Feature/process list (#25) * add boilerplate code for deviceinfo service * add commandline command 'ps' to main.go * added support for JSON decoding and printing * expose time.Time from NSDate struct, fix crash on missing startDate value for mach_kernel process * fix defragmenting bug in decoder.go, forgot to add the actual 32 bytes of message to the fragmentBytes field * Add Unit test with an actual fragmented message * add comments and a Close function