How to communicate with Telecom infrastructure using .NET

Posted by Raiford on Stack Overflow See other posts from Stack Overflow or by Raiford
Published on 2009-07-11T18:19:12Z Indexed on 2010/06/11 14:53 UTC
Read the original article Hit count: 205

Filed under:
|
|

I am currently writing some pretty gnarly C#/C++/Cli code to interface with Telecommunication equipement and GSM Mobile Networks for a couple of the major telecom here and abroad. GSM networks primarily use SS7 Signaling using a protocol called TCAP to send messages back and forth to Signaling Points within the network. The laws of Tcp/ip do not apply here :)

I am very interested in hearing from others in this space specifically individuals using the .NET framework most likely using C# / C++. I have not come across any .NET libraries or tools to assist in this sort of development.

Most of the software in this industry is "C" / Java based, as a result I have written tons of infrastructure .NET code using C# where possible and C++ / CLI to interface with hardware.

Is anyone aware of any .NET language tools for this niche industry?

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++-cli