Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone snowflake #30

Closed
arlolra opened this issue Mar 18, 2016 · 2 comments
Closed

Standalone snowflake #30

arlolra opened this issue Mar 18, 2016 · 2 comments

Comments

@arlolra
Copy link
Collaborator

arlolra commented Mar 18, 2016

For flashproxy, we have an npm package (npm install flashproxy) that runs proxies headlessly.
https://www.npmjs.com/package/flashproxy

The posting on tor-dev today suggests we should consider the same for snowflake,
https://lists.torproject.org/pipermail/tor-dev/2016-March/010576.html

We could reuse the same code for both, as we did above, with node-webrtc, or reimplement it with go-webrtc.

@arlolra
Copy link
Collaborator Author

arlolra commented Dec 20, 2016

I'm able to bootstrap tor with e295556 from node, but wrtc seems like a pretty unreliable library. It segfaults every time I close the datachannel.

@arlolra
Copy link
Collaborator Author

arlolra commented Jul 6, 2017

A go version was implemented in #41

@arlolra arlolra closed this as completed Jul 6, 2017
tgragnato referenced this issue in tgragnato/snowflake Mar 1, 2022
Race was reported around set/get of epoch, instead of juggling mutex
just use an atomic

Resolves #30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant