ASN1 Library
Find a file
2025-12-01 10:46:56 +01:00
.github sponsoring 2022-12-17 09:24:54 +01:00
doc wip 2023-03-06 11:59:59 +01:00
oid added encoding and decoding of OID into human readable strings. 2018-03-11 22:25:24 +01:00
ulibasn1 work in progress 2025-10-26 12:53:56 +01:00
ulibasn1.xcodeproj version_and_xcode_cleanups 2025-12-01 10:46:56 +01:00
ulibasn1.xcworkspace wip 2025-03-03 13:56:54 +01:00
ulibasn1Tests wip 2025-04-09 19:27:19 +02:00
.gitignore wip 2024-05-22 11:05:54 +00:00
aclocal.m4 initial checkin 2016-10-27 22:48:49 +02:00
codesign_environment.sh initial checkin 2016-10-27 22:48:49 +02:00
config.guess wip 2024-05-21 14:01:05 +00:00
config.sub wip 2024-05-21 14:01:05 +00:00
configure separation of dev and bin 2025-12-01 05:15:32 +01:00
configure.ac wip 2024-05-22 10:29:29 +00:00
install.sh initial checkin 2016-10-27 22:48:49 +02:00
make_buildnr.sh.in missing file 2021-08-16 14:00:07 +02:00
make_pkg.sh osx packaging improvement 2017-05-08 18:38:24 +02:00
make_version initial checkin 2016-10-27 22:48:49 +02:00
Makefile.freebsd.in freebsd 2019-02-12 03:44:14 +01:00
Makefile.linux.in separation of dev and bin 2025-12-01 05:15:32 +01:00
Makefile.osx.in osx packaging improvement 2017-05-08 19:03:24 +02:00
README.md Create README.md 2016-10-28 09:51:04 +02:00
ulibasn1.pc.in small corrections 2023-10-31 21:25:04 +00:00
VERSION Merge branch 'release-6.0' into release-2.1 2025-12-01 09:12:57 +01:00
x test 2023-05-12 08:13:27 +02:00

#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)