0
votes
0answers
23 views

How to encrypt and decrypt data using in sending and receiving via TCP client

Im trying to develop a simple Server/client chat app, which the server is my own pc. this app supports voice chat ( and maybe video chat in future! ) and I really want my transferring data be safe and ...
0
votes
2answers
72 views

MultiThreading and Sockets/TCP [VB.NET]

I started learning about TCP/Sockets yesterday and decided to make a chatbox for a friend and I. Unfortunately, i am having some difficulties with MultiThreading. Whenever i am using it, i can no ...
0
votes
1answer
39 views

Smtp server which expect SSL connection on 465 or 587

There are SMTP servers that use port 465 for a secure connection, however , when a use a TcpClient to connect to these servers on this port, no greeting message is sent, have i to secure the ...
0
votes
1answer
48 views

Online Multiplayer Game Send/Receive Information

I am coding a poker game in vb.net, and I want to create a multiplayer game using the internet, whether it being on WAN or LAN. I really have no idea where to start, and I don't know what to search on ...
1
vote
1answer
341 views

Sending serial byte data over TCP/UDP - Visual Basic

What I'm trying to do is build a windows application through VB 2012 Express in VB language to send serial commands over TCP/UDP to networked television screens on the same network. NEC (the company ...
0
votes
1answer
206 views

TcpClient error: No connection could be made because the target machine actively refuses it

I wrote a simple tcp/ip chat and it worked with the localhost IP(127.0.0.1) as well as connecting to another computer on the local network. Through the Internet (v4 IP address) it didn't work so I ...
0
votes
0answers
98 views

tcpclient sent packets not arriving at destination

I am trying to send messages using tcpclient to a remote server with a provided port. In my code I see the connection is successful and the message being sent but I am notified by the developer on the ...
0
votes
2answers
82 views

Sending an Array of Strings over the Network

I'm trying to retrieve usernames in a listview which is in string format. What I want to do is retrieve those usernames and store them in an array of strings and send them over the network, so that ...
0
votes
1answer
313 views

TCP Socket Based File Transfer: Receiving And Saving A File Properly

I'm trying to create a file sharing program. So far, the connection and the file transfer part is taken care of. But I'm currently having problems on how to receive and save the file properly. I can ...
0
votes
1answer
146 views

Cannot Write Over TCP Network Stream

I'm encountering a problem when I try to write over a network stream. When I press this button here, I can successfully write to the tcp stream and the other part of the program successfully receives ...
1
vote
1answer
254 views

TCPClient disconnects after several hours

I've created a Windows service that waits for TCPClient connections and relays any messages to all connected clients (except the sender). My code is based on this example. One client connects when an ...
0
votes
0answers
75 views

TCP can't connect, sometimes

I have the following Sub, which makes a TCP connection. Private Sub Send(ByVal Command As String) Try Dim client As New System.Net.Sockets.TcpClient client.Connect(TextBox1.Text, ...
1
vote
1answer
404 views

Check if socket is connected in compact framework

I have a server software running on windows desktop and developed in .net that is always listening for incoming connection on sockets through TCP/IP. Then I have a client software running on CE 6.0 ...
0
votes
1answer
218 views

How can I make my TCP Socket Server Async?

I currently have made an all in one peer to peer 'chat' program. It currently uses a timer to receive messages, and a client to send them to other people running the program. I would really like to ...
1
vote
1answer
257 views

Communication Server -> Client not happening

I have two applications running on different computers, one of them is a client and the other one is a server, the communication on Client -> Server works perfectly, although it doesn't on the ...
0
votes
0answers
74 views

how can I make client to get message from server without opening port and with using udpclient

With TCPListener and TCPclient I am able to setup a 2way connection using networkstream But with UDPclient I cannot use networkstream and I want to have this; client will connect to UDPServer and ...
0
votes
1answer
787 views

send string through TCP (VB.NET)

I connected successfully to onlinenic API using TCP client, but facing an error when trying to login. Below is my code (Username and password are demo as was provided by onlinenic) Imports ...
0
votes
1answer
495 views

Sending picture to TcpClient in VB

I am relatively new to Visual Basic. Currently working on visual studio 2005. I have an application that sends text message to a client (on our domain) using TcpClient in Visual Basic. As far as text ...
1
vote
0answers
223 views

How to decompress bitmap in VB.Net Server that was compressed by Java Client

I'm trying to have android send an image to vb.net server via tcp/ip. Android compresses the bitmap and when the server receives the bitmap and converts it to image it comes to all black I think that ...
0
votes
1answer
1k views

How to implement TCP KeepAlive in VB.NET on a TCP Client(socket)

I want to implement the TCP KeepAlive in order to check dropped connections by running a timer. In my case, I have a TCP Client (using socket class) and a third party server (i have no control on ...
2
votes
1answer
2k views

How to check the connection state of a TCP Server (Socket) with TCP Client in VB.NET

For almost a week I am reading and trying to find a solution for checking connection state using a TCP Client (using socket class) In my scenario I have a TCP Client that is connected to a server (it ...
0
votes
2answers
334 views

Is there some way to improve the TcpClient connection speed

I am writing a VB.NET app that connects to a legacy application using TCP. The communication is working fine and is very quick once connected, but there is always a delay (of around 2.5-3.5 seconds) ...
0
votes
2answers
509 views

Connection issue in win7 using vb.net socket programming

I am using socket programming in vb.net to create a server client remoting application. The problem occurs when I use both the client and server in a win 7 box. It works fine for win xp or ...
0
votes
1answer
499 views

Developing IP messenger in VB.Net

I want to develop a Ip messenger app in VB.Net for all the user connected in LAN. I am able to send message to user according to IP Address. I want a functionality to list all the user which are ...
0
votes
2answers
148 views

Odd slowdown in file transfer using tcpClient

I'm building some classes for network communication using tcpClient. I have the tcpserver class accepting connections and shuffling them off to background threads so it can continue accepting ...
0
votes
1answer
2k views

Not receiving all data with networkstream.read

I'm using the following code to get newsgroups from a server: sendBytes = Encoding.ASCII.GetBytes("LIST active microsoft.public*" & ControlChars.CrLf) networkStream.Write(sendBytes, 0, ...
1
vote
0answers
242 views

vb.net ISCP receiving after sending

Hey all i have the following code that i send a command over the network to a Onkyo A/V reciever. I would like to get the feedback from that as well but i can not seem to find a way of doing that. I ...
0
votes
2answers
2k views

How do I use the .NET NetworkStream and TcpClient to connect to a remote IP and wait for data?

I am struggling a lot with this code I am trying to get to work. I have successfully made a connection with the TcpClient object to two separate remote machines and transmitted data to them. ...
1
vote
1answer
566 views

working of tcpclient sockets in vb.net

I have an application in vb.net which will connect with an hardware device and test its functionality. The hardware device basically spits out data continuosly through ethernet. That is it recieves ...
1
vote
0answers
455 views

Adding send option to vb.net listener

I have the following code which listens and evaluates strings received, but I now need to add the option of sending pre-defined strings back to the source on a button click. Any help or a pointer of ...
1
vote
1answer
4k views

how to send and receive a tcp message to a specific IP/Port in .NET

I'm trying to send a message to a specific IP/Port and receive a reply in an ASP.net website, i tried the method describd at the following link but it didn't work for me as you can see : ...
0
votes
2answers
178 views

How to Specify an IP Address for TcpClient to use

During development, we usually use localhost as the hostname, like the following Dim serverListener As New TcpClient("localhost", 8585) I want the user to be able to enter their IP address via a ...
1
vote
4answers
1k views

tcp client in vb.net not receiving the entire data response data from server

I have a small program which is a tcp client. I send a string from this client to a device over ethernet (it acts as the tcp server). As soon as the device recieves the input string it will respond ...
0
votes
3answers
725 views

Difference between new TcpClient(MachineName, port) and new TcpClient(new IPEndpoint(…, Port))

Hej Hej, I have a .Net program that has to run on a cluster of server 2008. To find out the right IP I resolve the dns by GetHostEntry(VarDefinedInfConfig).AddressList(0) but when I am ...
2
votes
2answers
105 views

String not printing as expected

Could you please explain why the Output window does not print the "xxxxx" part of the string? Looks like I'm missing some basic understanding about something...? I'm sending string messages over ...
1
vote
1answer
2k views

Dont get any data from socket when data should be there, and no exeptions raised, connection is open. Using DataAvailable to wait for data

I have a problem reading data from an RFID-reader. I connect to the reader by tcp and wait for DataAvailable to be true, then reading the data until I got a end of data character. Then I just go back ...
0
votes
1answer
485 views

Understanding Server Protocol

(I am specifically using VB.net, the protocol I am referring to is for a "Minecraft Server") I have the following link for details on the protocol for a server I'm making. Protocol Now, according ...
0
votes
1answer
405 views

TcpClient vs MSMQ

I'm developing an application that will need to communicate with itself running on different machines located in different locations. I was going to use TcpListener and TcpClient to send information ...
0
votes
2answers
5k views

VB.NET writing a telnet client using system.net.tcpclient

This isn't working for me when I connect to my solaris box The server is sending back ??% does anyone know what i'm doing wrong Imports System.Net Imports System.Net.Sockets Imports ...
0
votes
1answer
372 views

Need assistance with TCP Reverse connection

I am creating an authentication server for some projects I'm working on. This authentication server works by receiving and transmitting data to users trying to authenticate. The user can send data to ...
2
votes
1answer
549 views

Chat system with one or two ways?

I'm trying con build a simple chat client/software (whole in on executable) wich start listen from the start on the port 5900 and when a client connect to that port the chat is established. The ...
4
votes
1answer
2k views

TcpListener: How can I detect a client disconnect?

How can I detect when a client disconnects from the TcpListener ? Each of my clients is handled in a separate thread.
0
votes
5answers
541 views

How do I get the length (i.e. number of characters) of an ASCII string in VB.NET?

I'm using this code to return some string from a tcpclient but when the string comes back it has a leading " character in it. I'm trying to remove it but the Len() function is reading the number of ...