Giter VIP home page Giter VIP logo

tsf4g-1's Introduction

The Service Framework For Game

TSF4G是一个服务器软件开发工具包

特性

  • 使用C语言编写, 不链接任何第三方库, 专注于Linux平台下的服务器开发。
  • 使用TDR对数据进行了严谨的描述。

功能

TLibC 定义常用的数据结构以及协议。
TLog 日志工具, 支持写log到文件和共享内存。
TLogD 日志进程, 支持把共享内存中的Log存入mysql数据库。
TBus 共享内存通信模块。
TBusMgr 共享内存管理工具。
TConnd 用来把tcp连接发上来的流数据, 切割为消息包, 放入共享内存中给后台程序处理。
Utils 提供实用工具, 如start-stop-daemon可以用来启动一个后台进程。

安装

  • 安装 TDR 编译器

  • 安装 re2c 编译器

  • 编译

      make
      make install
    

tsf4g-1's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.