24252627282930313233
// set the reader to start at the beginning of the file when it reached the end reader.setRepeat(true); // create and start a BDFNetworkServer BDFServer server = new BDFServer(reader, 4321); // start the server server.start(); }