Download and Install
Last updated
Last updated
ProudNet supports Windows 2003 Server or later versions of server-only operating systems and Linux, and has been tested on CentOS 6 / Ubuntu 12 and above.
You can download the installation files from the ProudNet Github for easy installation and use in a Windows environment.
For Linux environments, see Project setting on Linux. To install and proceed with an Amazon Machine Image (AMI), see AMI.
50 CCU or less is provided as standard, but if you need additional CCU, please apply with project details to contact@nettention.com.
Your license key will be delivered to the email you signed up with and is also available on the Nettention Developer Network.
The installation file comes in the form of ProudNetLibSetup-1.71.330032-master and requires administrator authority.
If the installation completes successfully, you should have a directory structure that looks like this.
Header files related to ProudNet lib
Library provided by specific platform
A variety of example programs are included to help you learn how to use ProudNet.
License verification program and PIDL-related program are included.
<Installed path>\ProudNet\lib\
C# Module Library
iOS Module Library
Android Module Library
Unity Module Library
Windows Module Library
Linux Module Library
The static library is only available up to _v140_, you can use the static library for VS2015(v140) in later versions.
With the latest XCode, only arm64-specific libraries are available, so we have prepared both the old XCode and the latest XCode.
We are discontinuing support for r10d, but will continue to support r13b and r17.
The version name of the tool chain used in the build disappears from the path and cmake is replaced.
The STL type name used in the build has disappeared from the path. Instead, the combination string “Toolchain name used for build + Configuration” is entered in Camel notation at that location.
The number of Architecture names in the path has increased to three. This is because we're bringing back support for x86 and starting to support ARMv8 for 64-bit.
VS version names in the form of VS2017 have been replaced with version names in the form of v141 in the path.
VS2017 -> v141
The library for Linux was split into two files, one for the client and one for the server, with a single unified file combining the client and server modules. For clients: libProudNetClient.a For servers: libProudNetServer.a