Questions tagged as 'cliente-servidor'

0
answers

Android application on local network

I'd like to know where to start studying to create an App that works on the local network. I have a version of this App that works using Firebase with my online database. I wanted to now do something similar but locally, with Wifi only Wireless...
asked by 27.03.2018 / 09:43
0
answers

How to receive Client = Server connections using vpn software? [closed]

I have remote access software (Client / Server) and want to make the connection between the Client (connect to the Server using a host name) = > Server using vpn software on the Server side, but this is not working. The server side looks s...
asked by 03.10.2017 / 03:22
1
answer

Test RMI with JUnit

How to test a client / server application using RMI with JUnit? I've researched a myriad of places and found nothing that would help me.     
asked by 28.10.2015 / 09:00
3
answers

Remote server / Local server in PHP

One of the options for creating a local web server is to use XAMPP (PHP, SQL). On a web server, do I have to install XAMPP (or any similar suite) either or is it only used on local servers?     
asked by 03.11.2016 / 12:14
1
answer

Why server requires open ports on an access modem but the client does not?

I had this doubt as to how I was thinking of creating a chat for direct communication between two computers whether local or remote. This will be my first study project in which I apply network communication. So I realized that to create a serve...
asked by 14.05.2017 / 01:04
1
answer

Python file transfer, client-server

I have a problem with my code, I need to develop an application that is able to send a file to a server and also can recover files from the server I am using a tuple to send the data to the server nome = input('Digite o nome do arquivo a ser e...
asked by 06.04.2017 / 20:05
2
answers

File Transfer Socket c #

I have the following situation, I need to transfer an xml from one application to another via the Socket network I mounted the client and server which I will post below, The file is transmitted without problems, but files with
asked by 30.05.2017 / 23:30
1
answer

Segmentation fault in client / server implementation

Hello, I'm implementing Game 21 (BlackJack) in C ++ in a Linux environment, in the course of execution it presents the error Segmentation fault, the problem is that I can not identify the generator of the error. The same one appears after the fi...
asked by 28.07.2016 / 02:29
1
answer

How to encrypt and decrypt data to be transmitted via sockets?

I have a program that logs in with my server, however the connection is without any protection. I looked for some ways to protect but it seems that some of them have a pass code, in the client, but I need to make the connection encrypted, and pr...
asked by 09.05.2015 / 20:08
1
answer

Client-Server between APP that tracks real-time location

Hello, we have an app that sends the location of users to the server every 15 seconds. Currently it's a simple (lat / lng) POST in the API, would there be a better way to do this? Any specific architecture?     
asked by 08.08.2018 / 04:04