Questions tagged as 'cliente-servidor'

1
answer

How to authenticate in a site via server?

There is a login area on this website " link " and would like to know if it is possible to log in via .NET or via client using post or something.     
asked by 26.02.2014 / 23:49
1
answer

I can not display the value received from the server

I'm working on a project written in Java with a Client-Server structure. My client is made up of Graphical Interfaces with Swing and the server working with multi-threads. But I'm at a point where I can not go through with it. There is an act...
asked by 08.06.2017 / 16:17
1
answer

WebService almost 100% (rest / json)

I have a problem that I can not solve T_T, after many searches I created a webservice (test), to be consumed by an android application. The only function of it is to return a String, but I do not know why it does not work, because the String...
asked by 27.07.2014 / 16:59
1
answer

Online server and Unity 3d [closed]

Given a game created in the unity-3d . What should we know to make it a massive multi player online?     
asked by 29.07.2014 / 05:44
1
answer

Accessing the server through linux

I would like with my Java application (netbeans) to access the database that is on the server, but this was complicated because it is through a Linux machine. Could someone explain to me how to do this? The connection class I use is: pub...
asked by 19.05.2014 / 16:40
0
answers

How do I check and uncheck the Telerik component CheckBox?

I searched the Telerik site and did not find where to show how to to enable the CheckBox ( check and uncheck ) of this component? Home Well I will need to update the profile by sending True or False to the database; HTML:<...
asked by 24.10.2018 / 22:33
1
answer

Distributed Calculator - UDP Client / Server

I'm trying to make a Distributed Calculator using Client and UDP Server, the client sends 3 numbers to the server. The 1st would be the chosen option, example (1 - sum, 2 - subtraction, 3 - division) the other two numbers would be the operands....
asked by 11.03.2018 / 01:10
1
answer

Client Java Server Application is looped

I am developing a system for reinforcement school functions. The moment I went to implement my class that does the data encryption I needed to change also the type of data that will traffic between client and server from String to Byte. I alread...
asked by 21.02.2018 / 17:05
2
answers

Client-server connection via socket

I need to make a socket connection as follows: My Android application has a "Confirm" button - when clicking the button it has to send a message to the server and after that the server has to return a message to my application stating "succes...
asked by 21.06.2017 / 20:45
1
answer

How do I trigger a remote event for the server and client in the same script in ROBLOX Studio?

I've already tried remoteEvent:FireAllClients() remoteEvent:FireServer() But it did not work. It said FireServer could only be used by the client. I've also tried: --No server script em workspace remoteEvent:FireClient(script.Local...
asked by 25.02.2017 / 00:28