From d1d41b07588862c12e9d1502fc4ec0ada3b94c8c Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Tue, 26 Feb 2019 16:47:41 -0500
Subject: [PATCH] wip

---
 screen.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/screen.js b/screen.js
index 208d999..ba35223 100644
--- a/screen.js
+++ b/screen.js
@@ -2,13 +2,10 @@
 // screen.js
 //    mjpeg content server
 //    Neil Gershenfeld
-//    2/9/17
+//    2/26/19
 // todo
-//    standalone client content push
-//    browser client content push
+//    split client and server
 //    https
-//    parse command line
-//    add authentication
 //    interframe compression
 //    include audio
 // uses maim for screen capture:
-- 
GitLab