With this version, LFSLib.NET gains support for the InSim Relay currently in testing (see this Forum thread for details). The InSim relay allows you to get a listing of servers connected to the relay and send and receive InSim packets to them without having to directly connect to them. To create an InSimHandler to the relay simply call:
IInSimRelayHandler relay = InSimHandler.GetMasterRelayHandler();
This server isn’t up yet, so for testing Victor has set up the following server:
IInSimRelayHandler relay = InSimHandler.GetRelayHandler("vic.lfs.net", 47474);
IInSimRelayHandler implements a subset of the main InSimHandler, discarding methods, properties and events that don’t make sense and adding a couple of relay specific ones.
The remainder of the changes are minor tweaks and bug fixes:
Full details are in the release notes.
All links, docs, etc are at lfs.fullmotionracing.com