jSLIP is the Java SLIP Interface: it is the only known SLIP program for Java (for good reason). It permits a user to transmit arbitrary hexadecimal information in a UDP packet, over either SLIP or regular IP (most likely ethernet).

NOTE:   jSLIP does NOT implement anywhere near the complete IP or UDP
        protocols.  It fills in ONLY the headers which the EE 552
        netcon project is using.  Do NOT use this in a production
        environment as-is, as it breaks standards like there's no
        tomorrow.
jSLIP is under the BSD license.

Download jSLIP (13 KB).

Chris Jones, netcon group, 2 April 2002.