Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobin/rosenbridge
A graphical user interface for Magic Wormhole file transfer
https://github.com/dobin/rosenbridge
golang gui magic-wormhole wormhole
Last synced: about 2 months ago
JSON representation
A graphical user interface for Magic Wormhole file transfer
- Host: GitHub
- URL: https://github.com/dobin/rosenbridge
- Owner: dobin
- Created: 2020-03-01T10:45:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:07:46.000Z (over 2 years ago)
- Last Synced: 2024-06-19T16:34:13.919Z (7 months ago)
- Topics: golang, gui, magic-wormhole, wormhole
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rosen
A graphical user interface for [Magic Wormhole](https://github.com/warner/magic-wormhole).
Project is currently not actively developed. See [Rymdport](https://github.com/jacalz/rymdport) as an alternative.
## Screenshots
![Rosenbridge Send](/docs/rosenbridge-send.png?raw=true "Rosenbridge Send")
![Rosenbridge Receive](/docs/rosenbridge-receive.png?raw=true "Rosenbridge Receive")## Compile
Linux:
```
$(go env GOPATH)/bin/qtdeploy build desktop && ./deploy/linux/rosen
```Windows:
```
$(go env GOPATH)/bin/qtdeploy -docker build windows
```Reference: [QT Getting Started](https://github.com/therecipe/qt/wiki/Getting-Started)
## Technology
* Golang
* GUI: QT with therecipe/qt library
* Backend: Magic Wormhole with psanford/wormhole-william library## Name Origin
https://en.wikipedia.org/wiki/Nathan_Rosen
```
Nathan Rosen (Hebrew: נתן רוזן; March 22, 1909 – December 18, 1995) was an Israeli
physicist noted for his study on the structure of the hydrogen atom and his work with
Albert Einstein and Boris Podolsky on entangled wave functions and the EPR paradox.
The Einstein–Rosen bridge, later named the wormhole, was a theory of Nathan Rosen.
```