Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Core Server Registration #29

Closed Josh194 closed 3 years ago

Josh194 commented 3 years ago

Implements the first stage of development for the core server: the registration code, which allows a (local only for now) subsystem to connect to a named win32 pipe, provide some information about themselves, and (potentially) receive a unique communication channel (actually generating a handle should be implemented later), and any data that goes along with it (session id, etc). Docs can be found on the project wiki.