Skip to content

byteferry/sdds

Repository files navigation

  /$$$$$$  /$$$$$$$  /$$$$$$$   /$$$$$$ 
 /$$__  $$| $$__  $$| $$__  $$ /$$__  $$
| $$  \__/| $$  \ $$| $$  \ $$| $$  \__/
|  $$$$$$ | $$  | $$| $$  | $$|  $$$$$$ 
 \____  $$| $$  | $$| $$  | $$ \____  $$
 /$$  \ $$| $$  | $$| $$  | $$ /$$  \ $$
|  $$$$$$/| $$$$$$$/| $$$$$$$/|  $$$$$$/
 \______/ |_______/ |_______/  \______/ 
 

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.