1KHz logging #7202

only:docs
This commit is contained in:
rusefillc 2024-12-21 15:14:50 -05:00
parent b41b4d3b35
commit fbede76fee
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import java.io.File;
/**
* Starts a fake device with TCP connector at {@link BinaryProtocolServer#DEFAULT_PROXY_PORT} port
* @see TcpServerSandbox what's the difference?
* BinaryProtocolServer#DEFAULT_PROXY_PORT
*/
class BinaryProtocolServerSandbox {

View File

@ -9,6 +9,10 @@ import java.util.Date;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
/**
* basic protocol client
* @see BinaryProtocolServerSandbox
*/
public class SerialSandbox {
public static void main(String[] args) throws InterruptedException {
boolean textPull = false;