Sponsored Content
Full Discussion: Client-server script
Top Forums Shell Programming and Scripting Client-server script Post 302298633 by c0mrade on Wednesday 18th of March 2009 07:35:33 AM
Old 03-18-2009
pludi:

The GPS device establishes a connection to my server by connecting to its IP and PORT and then send data in one line. I do not need to decode the data, all I need is to save it in a file.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

client/server

Hi, yes i belong to that duummies group of people so here is the question that i need someone to explain it to me and posiblly to answere it to me in a plain english. This is the question: Describe the concept of “client-server” software. Discuss what each side of the equation... (2 Replies)
Discussion started by: bole
2 Replies

2. Shell Programming and Scripting

copy file from server to client script

i want to run automated backup copy , using crontab and how to do that? the backup file should be taken from the sun server and put it in the client machine daily.pls help.. (5 Replies)
Discussion started by: gini
5 Replies

3. Shell Programming and Scripting

Client-server

Hi, I have installed the vmware server on my debian os and has several clients connected to it. Is there any script that enable the server to restart the client automatically?? Can anyone help. Thanks in advance (3 Replies)
Discussion started by: kanexxx
3 Replies

4. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

5. Shell Programming and Scripting

How to pass data from server (CGI script) to client (html page)

Hi I know how to pass data from client side (html file) to server using CGI script (POST method). I also know how to re-create the html page from server side after receiving the data (using printf). However I want to write static pages on client side (only the structure), and only to pass... (0 Replies)
Discussion started by: naamabm
0 Replies

6. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

7. Programming

Client Server C

Hello, Please I would create a client and a server in C that communicate frequently. The client sends "hello message" to the server, the server waits a few minutes and sends a "hello message" to the client, the client sends again "hello server ".. etc up to 15 minutes Can you guide me... (3 Replies)
Discussion started by: chercheur857
3 Replies

8. UNIX for Dummies Questions & Answers

Client server C

Hello, Please, is there on unix.com the source code of a client C and server C: as shown in following figure: File:InternetSocketBasicDiagram zhtw.png - Wikipedia, the free encyclopedia Thank you so much for help (1 Reply)
Discussion started by: chercheur857
1 Replies

9. Shell Programming and Scripting

*ix script to check port of client server and return output

Hello EveryOne, I am new to *ix. some could help to write a script. Problem :- Have to ssh to so many client and check port or filesystem usage, so thinking to automate using script. What i Need:- when i run script on my Launchpad server, it should Should ask and SSH to user provided... (3 Replies)
Discussion started by: MeFirst
3 Replies

10. Shell Programming and Scripting

Sftp script for dev server to client server

hi, i am new to unix, cuold u send some sftp acripts to send files to dev server to clint server, (1 Reply)
Discussion started by: Koti.annam
1 Replies
SNPP(1p)						User Contributed Perl Documentation						  SNPP(1p)

NAME
snpp - send pages via SNPP SYNOPSIS
snpp [OPTIONS] recipient... OPTIONS
-s SERVER[:PORT] Connect to the specified SERVER (and PORT, if given). Default is "localhost:444". -f USER Show that the sent page is coming from USER. Default is the current user. -m MESSAGE Send the given MESSAGE instead of reading text from stdin. -n Do not notify the 'from' user about the status of the page. -d Display SNPP session debugging. -C CONF Read CONF instead of /etc/sendpage/snpp.conf for server default. -h Display a summary of all the available command line options. DESCRIPTION
This tool is used to send a page via the Simple Network Paging Protocol (level 2). It is designed to be used with 'sendpage', but should work with any other SNPP servers as well. The /etc/sendpage/snpp.conf file can contain a single line in the form of server:ADDRESS[:PORT] where ADDRESS and PORT are the defaults for snpp. AUTHOR
Kees Cook <kees@outflux.net> BUGS
Not much happening in this tool, but I bet the use of "CALLer id" is not standard, and other SNPP server may require this tool run with the '-n' option all the time. COPYRIGHT
snpp is free software; it can be used under the terms of the GNU General Public License. SEE ALSO
perl(1), sendpage(1), Net::SNPP(3) perl v5.10.0 2009-05-19 SNPP(1p)
All times are GMT -4. The time now is 06:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy