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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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.