User Activity

  • Posted a comment on discussion Open Discussion on Open GPS Tracking System

    I am not able to connect GT06 Device to my Server No response private static void Main(string[] args) { try { IPAddress ipAd = IPAddress.Parse("MYIP"); TcpListener myList = new TcpListener(ipAd, 8821); myList.Start(); Console.WriteLine("The server is running at port..."); Console.WriteLine("The local End point is :" + myList.LocalEndpoint); while (true) { Console.WriteLine("Waiting for a connection....."); Socket s = myList.AcceptSocket(); Console.WriteLine("Connection accepted from " + s.RemoteEndPoint);...

View All

Personal Data

Username:
mukesh1
Joined:
2019-12-30 10:15:39

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB