Questions tagged as 'socket'

0
answers

Chat with two types of client

I want to chat in Delphi. In a standard project where the two tips would be using a Delphi, quiet application (SocketServer and ClientSocket). But my question is as follows: One end will be using a Delphi project and the other will be using a We...
asked by 30.08.2016 / 16:23
1
answer

Socket C ansi header Post

Hello, I have a socket in C ansi without using additional libraries normally working with http requests. When requesting on a new server does not get any response, using the lib curl, it results 100-continue and does the process normally. How...
asked by 15.07.2016 / 17:54
1
answer

Problem with file transfer via socket with java

I'm trying to make a client / server program that accepts more than one client and that client sends files to the server. The transfer was working correctly, however when I put a while so that when sending once it might give the option to send a...
asked by 31.07.2016 / 05:40
0
answers

Python 3 TFTP client

I'm doing a project in python 3, is to create a client for TFTP protocol. If I write "get 'file'" I just can download the first data block of 512 bytes of this file but I can not acknowledge the server to receive the other parts of the file. PS:...
asked by 09.06.2016 / 01:30
0
answers

Is there a socket.io event that activates when the client's internet is slow?

Hello. I'm in a project on nodejs + socket.io, I'm in big trouble, regarding slow internet client, I need to know if inside socket.io there is some kind of event // If the client's internet is slow it activates this function socket.event('i...
asked by 10.06.2016 / 22:03
0
answers

About packages via Reflection x Manually

Well, the title may not have been very explanatory, but I hope to improve this in the content of the topic. I made a library in C # in which, so far, it writes packages manually, as in the example below: //Escrevendo o pacote SocketPacket...
asked by 25.04.2016 / 23:25
1
answer

Socket / Threads (Java Client / Server)

I have a very cruel question. I have looked a lot and found nothing similar to solve my case. What I need is the following:    Customer side sends card number and purchase value    The server side receives this data and queries the da...
asked by 15.03.2016 / 19:55
1
answer

NodeJS: page not found

I was doing my application, but when I refresh the page the browser returns me that page is not available. I'm going to post my code so you can tell me if there's anything wrong. JS var http = require("http").createServer(servidor); var i...
asked by 07.01.2016 / 17:07
0
answers

Java charset - How to correctly read from System.in?

I am creating an application to exchange messages between computers using Sockets, through the cmd or terminal (I want it to run in linux and windows, console application). But I'm having trouble coding. When I read an entry through System.in...
asked by 06.01.2016 / 22:00
1
answer

Minecraft make the player connect to the game

Hello I have tried to make the client connect to the server with sockets this site has an link explanation but I can not find a way I already tried out.writebyte , out.writeInt , etc. .. does anyone know how to do this that you are...
asked by 05.04.2015 / 03:21