Skip to content

OmniBlade/ModuleDevelopmentKit

 
 

Repository files navigation

Module Development Kit

This repository contains the Module Development Kit to produce compatible modules with GameProgressive's Master Server.

Cloning submodules

git submodule init
cd libuv-cmake
git submodule init
cd ../mysql-connector-cpp
git submodule init
cd ..
git submodule update --recursive --remote

Special thanks

  • MySQL for their database server and C++ connector used in RetroSpy
  • libUV for their awesome asyncrous I/O library that is used on the Server

About

A library that implement everything you need to create a Server like the network connection and database connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.4%
  • Other 0.6%