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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.