diff --git a/README.md b/README.md index 3dba163..d601346 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,30 @@ -# teleport +# Teleport +Teleport is a native GTK3 app to effortlessly share files on the local network. +![Teleport Mockup](docs/mvp-mockup.png) -###Build +It's our answer to the question +> Why is the easiest way to move a file between two computers in the same room sending it to a server in another country and retrieving it from there? +Teleport is designed to be a replacement for using USB keys or emailing stuff to yourself just so you have them on another device on your desk. The main user interface on the receiver's side are notifications: + +![Teleport Notifications Mockup](docs/notifications.png) + +## Roadmap +We are currently working on an MVP for a native GNOME app that only sends files, but longer term we are interested in doing things like: +* drag & drop files to send them +* sending text snippets +* file transfer progress bars +* settings dialog +* file encryption +* native Android/iOS/macOS/Windows apps + +## Build ``` cd src make ``` + +## License +AGPLv3, because freeeeeeedom diff --git a/docs/mvp-mockup.png b/docs/mvp-mockup.png new file mode 100644 index 0000000..bd8825a Binary files /dev/null and b/docs/mvp-mockup.png differ diff --git a/docs/mvp.svg b/docs/mvp.svg new file mode 100644 index 0000000..3fac6c8 --- /dev/null +++ b/docs/mvp.svg @@ -0,0 +1,798 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + This device + + Angela's Thinkpad + + + + + + + + + + + + + + + Kim's Zenbook + + Send File + Other devices on o2-WLAN09 + + Jan's Librem + + Send File + + + + + + + Visible on network + + + Teleport + + + + + + + + + + + + + + Transfer of setup.sh from Jan's Librem is complete + Open + Drag and drop files on devices to send them + Teleport + + + Teleport + + + + + + + + + + + + + + Jan's Librem is sending setup.sh (330kB) + + Save + Decline + + + + This device + + Angela's Thinkpad + + + + + + + + + + + + + + + + + + + + + + + Visible on network + Teleport + + Other devices on o2-WLAN09 + + To start sharing files, your device has tobe visible to others on o2-WLAN09 + + + Make me visible + + + + diff --git a/docs/notifications.png b/docs/notifications.png new file mode 100644 index 0000000..464fd86 Binary files /dev/null and b/docs/notifications.png differ