From 013d709951bff324fdf61d997fab388d70207160 Mon Sep 17 00:00:00 2001 From: Eiren Rain Date: Tue, 5 Jan 2021 18:20:38 +0300 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5763c1333..485b68e45 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # SlimeVR-Server Server app for SlimeVR ecosystem + +Server orchestrates communication between VR driver running in SteamVR and multiple sensors. + +Sensors implementations: +* [owoTrack Mobile App](https://github.com/abb128/owoTrackVRSyncMobile) - use phone as a tracker +* [SlimeVR Tracker for ESP](https://github.com/Eirenliel/SlimeVR-Tracker-ESP) - use EPS8266 and MPU9250 as tracker (supports multiple trackers) + +Driver implementation: +* Uses [AptrilTags FBT driver](https://github.com/Eirenliel/Simple-OpenVR-Driver-Tutorial) as a driver \ No newline at end of file