| Package | Description |
|---|---|
| me.legrange.panstamp |
Provides the top level abstractions for working with a panStamp network.
|
| me.legrange.swap |
An implementation of the SWAP protocol, including an interface to the serial SWAP modem.
|
| me.legrange.swap.tcp |
A client/server TCP implementation of SwapModem.
|
| Modifier and Type | Method and Description |
|---|---|
SwapModem |
Network.getSWAPModem()
return the SWAP modem to gain access to the lower layer
|
| Modifier and Type | Method and Description |
|---|---|
static Network |
Network.create(SwapModem modem)
Create a new network with the given pre-existing SWAP modem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialModem
An interface providing access through the serial port to the SWAP modem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpModem
A SWAP modem implementation that works over TCP.
|
| Constructor and Description |
|---|
TcpServer(SwapModem sm,
int port) |
Copyright © 2015. All rights reserved.