parent
b41b4d3b35
commit
fbede76fee
|
@ -17,6 +17,7 @@ import java.io.File;
|
||||||
/**
|
/**
|
||||||
* Starts a fake device with TCP connector at {@link BinaryProtocolServer#DEFAULT_PROXY_PORT} port
|
* Starts a fake device with TCP connector at {@link BinaryProtocolServer#DEFAULT_PROXY_PORT} port
|
||||||
* @see TcpServerSandbox what's the difference?
|
* @see TcpServerSandbox what's the difference?
|
||||||
|
* BinaryProtocolServer#DEFAULT_PROXY_PORT
|
||||||
*/
|
*/
|
||||||
class BinaryProtocolServerSandbox {
|
class BinaryProtocolServerSandbox {
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,10 @@ import java.util.Date;
|
||||||
import java.util.concurrent.CountDownLatch;
|
import java.util.concurrent.CountDownLatch;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* basic protocol client
|
||||||
|
* @see BinaryProtocolServerSandbox
|
||||||
|
*/
|
||||||
public class SerialSandbox {
|
public class SerialSandbox {
|
||||||
public static void main(String[] args) throws InterruptedException {
|
public static void main(String[] args) throws InterruptedException {
|
||||||
boolean textPull = false;
|
boolean textPull = false;
|
||||||
|
|
Loading…
Reference in New Issue