I'm working on functionality to discover other devices on the same subnet as my Processor, but I'm having a hard time figuring out what library/classes I need to be using.
I'm currently building for a CP3 so I'm using VS 2008, which utilizes .NET 3.5 Lite.?
Most of the examples I've found utilize?using System.Net.NetworkInformation; and classes such as Ping. My issue is that the 3-series compatible .NET 3.5 Lite doesn't have this library included with System.Net and I haven't been able to figure out how to add its assembly reference (if that's even possible).
My question is: Does Crestron Simpl# have any classes that would help me achieve this functionality?
I've tried digging through the Simpl# documentation at?, and particularly in SimplSharp.Net but I haven't found anything that looks right yet.
Any help or ideas would be much appreciated!