MuxZeroNet

Results 15 comments of MuxZeroNet

I talked with Shortcutme with this issue. Here are the questions he is trying to find an answer to. > Some months ago I did some experiments and checked out...

Here is my own implementation of the Pastry DHT algorithm. https://github.com/MuxZeroNet/pastry Pastry basics: - [Dynamic Distributed Hash Tables.](https://www.youtube.com/watch?v=p8iugvHeGcg) - [Selected DHT algorithms: Chord and Pastry.](https://www.cs.tut.fi/kurssit/ELT-53206/lecture03.pdf) pp. 23-34. - [Distributed Hash...

We got a new problem: > Tamas Kocsis wrote: > The handshake and the encryption has pretty big overhead > so probably it would be more efficient if we would...

I assume that i2p.socket fully works with gevent. The remaining problem is that ZeroNet creates too much I2P hidden services and i2p will be overloaded. I am thinking about randomly...

Thank you very much. Do you think a even simpler SAM enabled socket module is worth integrating into ZeroNet? Just like what TorManager does: it has a simple control socket...

[Onion pooling](https://bit.surf:43110/Blog.Zeronetwork.bit/?Post:108:New+version+0.5.4) has been implemented at this moment.

This multiplexer is experimental. I have never tested the muxer on fragmented MP4. It is designed to remux normal MP4 files. Fragmented MP4 files can be put directly into source...

### Why do we prefer fMP4? ISO people who originally designed MP4 file format decided to allow `moov` box, which is the box containing codec, track and frame information, to...

@cxgreat2014 This commit contains new APIs and a simple video player. Download the newest master branch. Run the **new** `./wizard.py` and upload an MP4 video file. Then hack the source...

AJAX requests contain credentials, but by default credentials are stripped in cross-origin requests. https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials > The most interesting capability exposed by both `XMLHttpRequest` or `Fetch` and CORS is the ability...