A .NET library for controlling the i-Buddy USB device from your own code. Build your own notification system to keep an eye on e-mails, website hits and server failure.
License
GNU General Public License version 2.0 (GPLv2)Follow i-Buddy Programming Library
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Very good library. The software that was release with the ibuddy did not work at all. This library worked in no time. I had to change the BUDDY_USB_ID though. Here is what the buddy returned: \\?\hid#vid_045e&pid_00f6#8&1ec0d81d&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\hid#vid_1130&pid_0001&mi_00#9&25fb12c1&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\hid#vid_1130&pid_0001&mi_01#9&223d4ff&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} \\?\hid#vid_413c&pid_2003#8&1a1d6424&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} I replaced private const string BUDDY_USB_ID = "vid_1130&pid_0002&mi_01"; by private const string BUDDY_USB_ID = "vid_1130&pid_0001&mi_01"; and it worked.