项目作者: byteferry

项目描述 :
SDDS is a short word of Stream Data Dynamic Structure.
高级语言:
项目地址: git://github.com/byteferry/sdds.git
创建时间: 2019-03-02T16:21:29Z
项目社区:https://github.com/byteferry/sdds

开源协议:MIT License

下载


  1. /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$
  2. /$$__ $$| $$__ $$| $$__ $$ /$$__ $$
  3. | $$ \__/| $$ \ $$| $$ \ $$| $$ \__/
  4. | $$$$$$ | $$ | $$| $$ | $$| $$$$$$
  5. \____ $$| $$ | $$| $$ | $$ \____ $$
  6. /$$ \ $$| $$ | $$| $$ | $$ /$$ \ $$
  7. | $$$$$$/| $$$$$$$/| $$$$$$$/| $$$$$$/
  8. \______/ |_______/ |_______/ \______/

SDDS Specification

A tool for quickly building binary communication parsers

中文文档

Introduction

What is SDDS?

  • Data Structure
    SDDS is the short word of “stream data dynamic structure”.
  • DSL
    SDDS is a DSL (domain-specific language) .
    The schema of SDDS is human-readable and machine and machine-readable.
  • Parse Engine
    SDDS is a parse engine coded according the SDDS Specification. You can rapid complete the developing of the binary communication program.

Resource

Open Source

  • [SDDS JAVA]
  • [SDDS C++]
  • SDDS PHP
  • [SDDS PYTHON]
  • [SDDS GOLANG]
  • [SDDS RUBY]
  • [SDDS JAVASCRIPT]
  • [SDDS C#]

License

The MIT License (MIT). Please see License File for more information.