Coder Social home page Coder Social logo

Comments (11)

macsnoeren avatar macsnoeren commented on July 18, 2024 1

Interesting. Will have a look in the coming weeks.

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

Do you have an idea or proposal to integrate it?

from python-p2p-network.

akasheinstein avatar akasheinstein commented on July 18, 2024

yes!. I already made it work here.
but I am unable to integrate it with your code.
my working code link : https://github.com/akasheinstein/socket-communication-with-compression

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

Ah, I see. I will have a look and propose a compression option in the code shortly.

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

I have created a feature branch "feature_compression" in which I have started the development. So you can check it. At this moment, I am checking how to implement it within the framework without breaking current functionality. Could you give an easy example how to send and recieve compressed data? Maybe you could elaborate on how to send and recieve compressed data for the data types str, bytes and dict. That would help me a lot :).

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

@akasheinstein Which compression library fo you use? I cannot find it.

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

I have started the implementation with three options, namely bzip2, lzma and lzip. Current implementation not yet correct.

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

@akasheinstein The compression has been implemented. Three options can be chosen, namely bzip2, lzma and zlib. Zlib has te best performance. When you send data, you are able to provide which compression you would like to add. Could you test and check it? Thanks!

from python-p2p-network.

akasheinstein avatar akasheinstein commented on July 18, 2024

iam using zlib for compression.

from python-p2p-network.

akasheinstein avatar akasheinstein commented on July 18, 2024

yeah, I'll check the code.

from python-p2p-network.

macsnoeren avatar macsnoeren commented on July 18, 2024

I will close the issue. If you have any questions or other things regarding compression, you can always create a new issue.

from python-p2p-network.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.