Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travelping/gtplib
Erlang GTPv1/GTPv2 library
https://github.com/travelping/gtplib
Last synced: 24 days ago
JSON representation
Erlang GTPv1/GTPv2 library
- Host: GitHub
- URL: https://github.com/travelping/gtplib
- Owner: travelping
- License: mpl-2.0
- Created: 2015-10-30T15:29:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T07:45:31.000Z (3 months ago)
- Last Synced: 2024-11-08T07:50:39.506Z (about 1 month ago)
- Language: Erlang
- Size: 377 KB
- Stars: 22
- Watchers: 20
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-5g - gtplib - Erlang GTPv1/GTPv2 library. (Protocols / GTP)
README
gtplib
======
[![Hex.pm Version][hexpm version]][hexpm]
[![Hex.pm Downloads][hexpm downloads]][hexpm]
[![Build Status][gh badge]][gh]
[![Coverage Status][coveralls badge]][coveralls]
[![Erlang Versions][erlang version badge]][gh]Erlang library for encoding and decoding GTPv1, GTPv2 and GTP' frames.
BUILDING
--------Using rebar:
# rebar3 compile
# ERLANG Version Support
OTP 24.3 is current the minimum supported version. Older versions might work but are no longer tested.
When in doubt check the `matrix.otpe` setting in [.github/workflows/main.yml](.github/workflows/main.yml) for tested
versions.[hexpm]: https://hex.pm/packages/gtplib
[hexpm version]: https://img.shields.io/hexpm/v/gtplib.svg?style=flat-square
[hexpm downloads]: https://img.shields.io/hexpm/dt/gtplib.svg?style=flat-square
[gh]: https://github.com/travelping/gtplib/actions/workflows/main.yml
[gh badge]: https://img.shields.io/github/workflow/status/travelping/gtplib/CI?style=flat-square
[coveralls]: https://coveralls.io/github/travelping/gtplib
[coveralls badge]: https://img.shields.io/coveralls/travelping/gtplib/master.svg?style=flat-square
[erlang version badge]: https://img.shields.io/badge/erlang-24.2%20to%2025.1-blue.svg?style=flat-square