Skip to content

A network engine with a slim abstraction over sockets

Notifications You must be signed in to change notification settings

JeremyBois/SimpleNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleNET

SimpleNET is a crossplatform Network engine with socket abstraction (low level) and a working in progress high level interface for client and servers.

Getting started

    #include "simpleNET.hpp"

    namespace Net = simpleNET;


    int main(int argc, char **argv)
    {
        // Init
        Net::SimpleNetInit();

        /// ... Your program goes here

        // Clean
        Net::SimpleNetCleanup();

        return 0;
    }

About

A network engine with a slim abstraction over sockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published