1

I have a GSM Device using GPRS Services, and sends the information (Packet), I want to have solution to receive those packets on my c# application.

I found out the socket programming is the way to do so, but I am asking if there is another way to sort-up the issue!

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Ziyad Kashif
  • 81
  • 1
  • 7
  • another solution is possible only if GSM device manufacturer provides .NET library in my opinion. – Anton Semenov Dec 11 '12 at 12:32
  • You might find the answer here: http://stackoverflow.com/questions/13642057/basic-concept-for-sending-receiving-sms-from-c-sharp-application-using-gsm-modem/13642342#13642342 Your question is not specifically about SMS, but the same principles apply. – user1725145 Dec 11 '12 at 12:32
  • It depends exactly what sort of packets you are receiving (i.e. what layer). – user1725145 Dec 11 '12 at 12:33

1 Answers1

1

there sir if you have a static ip than the best solution would be socket programming and you dont need to have a gsm or gprs modem.

Zohaib
  • 109
  • 5