Questions tagged as 'server'

0
answers

Decode chain sent from GPS GT02A to a server

how about. Some colleagues are making a mobile application that will work with a GPS to locate a vehicle, the GPS is a GT02A and we have configured it to connect to a server and in this send the information we need (latitude, longitude, imei...
asked by 20.03.2018 / 02:22
1
answer

PHP file to be executed in background LINUX

I need to put a PHP file on my server that works in the background and not have to start it every time you start a user session and / or wait for it to expire and have to use it again. The file is a socket developed in PHP so that it can list...
asked by 15.02.2018 / 23:17
0
answers

Access via IP and PORT redirect to URL

I have a Linux VPS with CPANEL and WHM installed. On the other hand I have a gps that sends signal to the server, in the gps you can configure an IP and a port and the device sends a string that the server processed and saved in the database....
asked by 22.03.2018 / 01:20
1
answer

Ajax does not work on the server

I have a form in which I check by ajax if the ID and / or email already exist in the DB. In the "local server" it works correctly, but when I upload it to another external server it does not work. Somebody could help me? Thanks. my code: &...
asked by 24.09.2017 / 00:10
0
answers

wcf (sql server) + listener in android studio [closed]

I wanted to ask you about the paradigm I am using to work on my application with respect to the information that it handles: Basically, when I want to update the information I have to call my web service to update the data I store with sqlite. T...
asked by 07.08.2017 / 22:35
0
answers

Download Server Excel File

To download an excel file, This is my code but just send me an alert with an "OK", use a generic Handler. public void ProcessRequest(HttpContext context) { System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;...
asked by 07.07.2017 / 17:22
0
answers

Download files from a server to a client

I can not download the file and of course the wrong line is in the FileInputStream part, I can not get the client to receive the file he wants, any suggestions to download a file from a server to a client? without apache libraries. public void...
asked by 17.04.2017 / 01:00
1
answer

insert exec opendatasource error 7391

Good morning, I run this code in a database sql server 2008 R2, domain DBDS1 to another database sql server 2012 domain coms1 and it throws me a table with the data correctly. EXEC OPENDATASOURCE ('SQLOLEDB','Password=6tgfjsoeuW.;Persist Se...
asked by 04.09.2018 / 19:02
3
answers

Why do not I see new files on my MiniDLNA server?

I have had a lot of problems with the multimedia server "minidlna" for armbian in orange pi zero ... The new files are not seen ... Sometimes the server does not appear on the smart TV ... (Even if "active"). I have everything configured and I h...
asked by 01.12.2017 / 11:31
1
answer

Configure proxy with NGINX?

I would like to configure NGINX so that the traffic that enters link goes to an address link . Is this implementation correct, or would it need more configuration parameters ?: location /ruta/ { proxy_pass http://nombre.equipo/car...
asked by 22.11.2018 / 10:35