Well, as you no doubt realized, you can do the majority of experimenting one box, since the IP address determines if it's a local or remote socket. That helps a lot, if you don't happen to have more than one machine sitting around your house.
I'd probably start by writing a simple client server application to play MP3s "remotely". You could setup the server to play the files, and use the client as a control panel type application.
Another application would be to write your own mini-web server. It doesn't have to do everything Apache does, just look for a GET, and return a page. Maybe gets the output of 'ps -eax', and display it as a web page. Or something similiar for diskspace utilization. Yes, there's a complete Perl based webserver, but that's not the point. You *want* to reinvent this wheel.
You could also write a chat program like 'talk' or 'write', but allow a secondary channel for sending/receiving files. Or better yet, if you need to learn Qt or GTK, write a two-player battleship program.
There's all sorts of cool things you could do if you turn on the mindset of 'What can I do remotely that I can't now that I'd be paid to play, er, continue my education with?'
--Chris
P.S. if none of these interest you, I can probably find you something around my boat I wanted automated with remote connections. The pay sucks, tho...
e-mail jcwren
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.