5HT / ulibasn1

ASN1 library for ulib apps

Home Page:http://universalss7.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ulibasn1

The Universal Libary: ASN1

ulib is a collection of generic useful Objective-C classes which can be used on macOS, iOS, tvOS, watchOS, Linux and probably many other Unixes. It builds on top of Foundation under Apple operating systems and GnuStep's base under Linux. It also used to work with Cocotron in the past.

ulibasn1 implements ASN.1 encoding functionality especially designed for the GSM-MAP protocol. It can however be used for any ASN.1 encoding.

Related

ulib is the base class of a family of libraries and applications .It gets used and extended by

  • ulibdb a libary to query MySQL Postgres and Redis databases in the same way.
  • ulibasn1 a library to make it easier to deal with ASN.1 encoded objects.
  • ulibsmpp a library to deal with the SMPP protocol
  • ulibsctp a library to extend ulib with SCTP specific sockets
  • ulibm2pa a library implementing the SS7 MTP2 protocol
  • ulibmtp3 a library implementing the SS7 MTP3 protocol
  • ulibm3ua a library implementing the SS7 M3UA protocol
  • ulibsccp a library implementing the SS7 SCCP protocol
  • ulibgt a library implementing SS7 SCCP Global Title handling
  • ulibtcap a library implementing the SS7 TCAP protocol
  • ulibgsmmap a library implementing the SS7 GSM-MAP protocol
  • ulibsms a library implementing SMS encoding/decoding functions
  • ulibdns a library doing DNS functionality
  • schrittmacherclient a library for applications to implement a hot/standby mechanism
  • schrittmacher a system daemon dealing with applications in a hot/standby setup, making sure there is always one system hot and one is standby.
  • ulibcnam a library to deal with CNAM lookups (Number to name translation)
  • messagemover a application implementing a SS7 GSM-SMSC (commercial)
  • smsproxy a application implementing a HLR and MSC for receiving SMS on SS7 (commercial)
  • cnam-server a application implementing a SS7 API Server for all kinds of lookups. (commercial)

About

ASN1 library for ulib apps

http://universalss7.ch


Languages

Language:Objective-C 98.3%Language:Shell 1.7%