BUG Labs works hard to make the process of writing embedded software easy. You can write a program using the Dragonfly SDK and send it to a BUG on the network. No messing with JTAG...
Have you ever been working on a project, tracing through code, only to get to a point where you're inside your jvm's core class code? Probably. And you've probably noticed that the core classes don't...
We released the latest version of the BUG SDK today. This has a number of improvements over the last version, and it's our best version ever. I highly recommend upgrading to this version as there...
Us BUG developers have been working up a storm recently to bring out a new release of BUG software (R1.4, as yet unreleased). This includes new additions to the API for new modules, and the...
While working on some tutorial material I pulled up the old SimpleGUI application. It's pretty basic, but I've always been mildly troubled by the verbosity of the boiler plate code in the AbstractServiceTracker. A while...