Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to create server for SIM900 GSM module

Status
Not open for further replies.

prasadostwal

Newbie level 2
Newbie level 2
Joined
Nov 12, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,294
HI,

I want to connect my SIM900 module to a Remote Server . How should I create the server , i.e. which type of server should I create.

I know the AT commands , but dont know how to create server.

Please Help

Thanks
 

HI,

I want to connect my SIM900 module to a Remote Server . How should I create the server , i.e. which type of server should I create.

I know the AT commands , but dont know how to create server.

Please Help

Thanks
if you have a modem with a TCP/IP stack you can connect to TCP servers or transmit datagrams to UDP servers
the server may be implemented in C, C++, C#, VB, Java, etc
a web search on TCP client/servers will give you plenty of links
https://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C
https://www.mycplus.com/source-code/c-source-code/tcp-client-and-server/
https://www.codeproject.com/Articles/307315/Reusable-multithreaded-tcp-client-and-server-class
https://www.java-samples.com/showtutorial.php?tutorialid=1167
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top