08/12/2013
Major new release! We added a couple of critical new functions to Go Machine that take us further down the path of making it your go-to foundation for your connected apps. First, we added a new ServiceQ: Events. You can now easily send any arbitrary data messages across a Go Machine channel, as binary data or JSON objects. You can also optionally attach a payload to the message. Second, you can tag a channel so endpoints can can discover and join the channel by name.
Combined with other recent features, Go Machine can now serve as a general purpose back end for connecting people and things that need to communicate, stay current, and collaborate. Send data across the channel for back end systems and remote endpoints to act on; generate text messages and images for people to monitor and use for decision making; control endpoints; push updates, and more.
Our Java and Android SDKs are in internal testing now, so if you have an embedded system that needs either, let us know and we'll hook you up pronto with a sneak peak.
Read all the details in our latest blog post:
http://www.go-factory.net/new-go-machine-features/
Exciting new features rolling off the line! The latest release of Go Machine and its SDK include two major new features and a very nice enhancement to a core function. Specifically, you can now tag and optionally password protect channels so they can be discovered and joined by name, there is a new…