7Netrado Network Engine (solo)

Posted July 30th, 2014 in Portfolio, Systems by Michiel

A Networking Engine for Windows and Linux written in C++ which uses sockets to send and receive data.###

Features

  • • Internal Engine Protocol which adds a layer on top of TCP/UDP to manage the connection
  • • Basic Packet Encryption
  • • Debugging Tool
  • • Connection Timeout Handling using Keep-alive Packets
  • • Packet Manager, Connections Manager (multi-threaded)
  • • Secure connections via SSL/TLS
  • • Cross-Platform Support: Windows, Linux

Code sample: Socket receiver

Code sample

8TradoEngine (solo)

Posted July 30th, 2014 in Portfolio, Systems by Michiel

A Game Engine written in C++ which is based on SDL and OpenGL.###

Features
– Audio
– Sprites
– 3D
– Forms and menus
– Built-in System Font (based on stretchable lines)
– Input Management
– Math Functions
– Tools