diff --git a/.gitignore b/.gitignore index 68bc17f9..fb6436e7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ __pycache__/ *.py[cod] *$py.class - +.idea/ # C extensions *.so diff --git a/README.md b/README.md index e384b750..5fef5865 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# L4SBOA: TeleHealth Over L4S +# L4SBOA: TeleHealth Over L4S. **L4SBOA** (pronounced [Lisboa](https://pt.wikipedia.org/wiki/Lisboa)) is an L4S-based experimental network framework. We use L4SBOA as a prototype for network optimization developments in practice for various telehealth applications – sending DICOM images for diagnostics (high volume of data but tolerance for high latency), telemonitoring via wearable devices (low volume of data but demand for low latency), televisits (a video call through apps such as Zoom – high volume of data and demand for high latency). As a result of this project, we will understand whether we need any optimizations for L4S to use for telehealth applications and potential alternative approaches.