Categorygithub.com/seamory/sdp-transform-go
repositorypackage
0.0.0-20250221082908-3fd8af5bc8ff
Repository: https://github.com/seamory/sdp-transform-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

SDP Transform

This project is an implementation of SDP transform based on the golang language, and the methods and interfaces have been made as consistent as possible with the SDP transform implementation. Except for the processing of some data types, the number type of the source project is all processed by the string of golang, so in the specific business, please manually transform the corresponding data types.

A simple parser and writer of SDP. Defines internal grammar based on RFC4566 - SDP, RFC5245 - ICE, and many more.

For simplicity it will force values that are integers to integers and leave everything else as strings when parsing. The module should be simple to extend or build upon, and is constructed rigorously.

Usage - Parser

please reference: SDP Transform Usage - Parser

Usage - Writer

Please reference: SDP Transform Usage - Writer

Usage - Custom grammar

Please reference: SDP Transform Usage - Custom grammar