Hi G,
Thanks for the update. I've grabbed build r434 this morning and had a couple of problems building it, easy things for you to update though:
I had to alter (I did it with a text editor) the windows solution and project files to search and replace TcpClientLib to NetClientLib
And secondly, I had to add the following to ScriptingHost.cs
public UdpClientHelper UdpClient
{
get
{
return udpClientHelper;
}
}
This allowed my "MiLight" script to use the UdpClient OK. It only sends udp data and then only 3 bytes at a time so it's not really a proper test. I'll try and rig up a separate udp sender programme to send data for HG to receive and see how it goes.
I'm ready to upload my "MiLight" script for wider community use but do you want me to wait until you've made the changes to the core software and released it, I'm sorry but I don't really know the process for this kind of thing
The MiLight script also works with EasyBulb, they're basically the same with a different label on it. You can find them here:
http://easybulb.com/en/http://www.milight.com/Cheers
Smeghead