Skip to content

Releases: iversc/lbnet

LBNet v2.4.0

31 Jan 20:26
2.4.0
f6a700f

Choose a tag to compare

Added UDPEnableBroadcast() to allow sending broadcast packets.

Added UDPSetRemoteIP() and UDPSetRemotePort() to allow custom destinations for use with UDPSendTo().

LBNet 2.3.0 Release

18 Nov 06:12
dfbaadc

Choose a tag to compare

This is a release package that includes test code for all aspects: TCP, UDP, and TLS.

This is being released due to an important bug fix.

You can download the ZIP file for the new DLL and all sample code, or just the DLL below.

LBNet 2.2.0-RC1 UDP Release

16 Mar 03:20
e70a598

Choose a tag to compare

New UDP release of LBNet, with new functions UDPConnectFrom() and ConnectFrom(), allowing you to specify the local port used to send data from.

LBNet 2.1.0-RC1 UDP Release

13 Feb 00:06
ab33e8d

Choose a tag to compare

Release package for UDP functionality for LBNet.

This version includes new functions UDPGetRemoteIP() and UDPGetRemotePort().

LBNet 2.0.0-RC2 UDP Release

10 Feb 19:11
d7b17d6

Choose a tag to compare

This is a fully functional release of the (renamed) LBNet DLL, but this package only includes wrapper functions and test code for the UDP functions. TCP and TLS both work, but example code for them is not included.

This release fixes a bug in RC1, and cleans up some of the internal code.

LBNet 2.0.0-RC1 UDP Release

08 Feb 21:20
2fe796b

Choose a tag to compare

This is a fully functional release of the (renamed) LBNet DLL, but this package only includes wrapper functions and test code for the UDP functions. TCP and TLS both work, but example code for them is not included.

Version 1.0.0(First public release)

03 May 17:03
bc494e1

Choose a tag to compare

This is the first official release version of the wrapper DLL.

The included zip file has the DLL, a link to the Microsoft Visual C++ redistributable(if needed), the license info, the test CA tools, and sample code as well as a set of LB wrapper functions for using the DLL.