servos Posted May 21, 2006 Posted May 21, 2006 I have wroten a script which produces a char string which I would like to be able to reach from other computers than the one running the script. Mail or anything would be good. Is there a way to write code which sends the string to the receiver? Preferably a mail-server since they are always online. The receiver runs OpenBSD if it makes any difference.
jvanegmond Posted May 21, 2006 Posted May 21, 2006 (edited) You can make a direct connection by using TCP. Look at the beta helpfile for more details, it's not very hard. Alternatively you can send a email but then you'll have to read it and everything, TCP sounds easier to me. [Edit:] just for clarity, TCP doesn't require a server at all, it can make a direct connection from one pc to another ( p2p ) Edited May 21, 2006 by Manadar github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now