From 8830a31a4f1819267c8a1078e1b2e4554fe8e754 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 25 Mar 2020 17:50:19 +0100 Subject: [PATCH] add short description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 629e4d8..23b0d26 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # JavaUdpTcpBridge +This software allows you to bridge between two devices, which can be UDP peers, TCP clients or TCP servers. +Either client can change the ip while the application is running without data getting lost! -Bridge two network sides consisting of UDP peers and TCP clients/servers, which can change dynamically. \ No newline at end of file +It can be used with the cheap Sim800 modules to create a connection over the internet to a flight controller running inav. \ No newline at end of file