Coder Social home page Coder Social logo

Tap3edit's Projects

indef2def icon indef2def

Converts ASN.1 files with indefinite length into definite length

mp icon mp

mp is a library that offers a set of functions for the administration of memory pools in C language. The concept of memory pool promises an easier and a less fragmented handling of memory. The memory is allocated at the beginning of the program, or whenever needed in big chunks and freed just once at the end of the program, instead of multiple times for each allocation. The library offers analogue functions to malloc(), calloc(), realloc(), memalign(), strdup() and asprintf(), each of them taking a chunk of the current memory pool (or a specific one) instead of the memory directly from the heap. Among other functionalities the library offers the possibility of printing out the memory pools status and memory dump to a file. (Unfortunately no support yet to Microsoft Visual Studio). For including these functionalities to your project just add the header file mp.h and the libmp.a static library. An example on how to use the functions can be found in the test.c file

readasn icon readasn

It is a very simple and effective raw ASN.1 viewer

tap3-tap3edit icon tap3-tap3edit

It is a Perl module that allows the editing of GSM TAP.3 files via Perl scripts

tap3xml icon tap3xml

tap3xml is a both directions XML<->TAP3 converter made in C++. It will convert the files according to the ASN.1 structure defined by the GSM Association. Unfortunately, because of lack of resources, I am not able to test tap3xml properly. If you like to contribute with the improvement of the tool, you can send me your ideas/comments/bugs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.