Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Python / Network Engineer: Network optimization of the bot (WAF, C-lib integration, uvloop)

Translated

  1. 673
     5  0

    7 days2000 USD

    Hello, I have been working on optimizing network bots for HFT trading with tag:7748 - I achieved a latency reduction to 15ms through the integration of C libraries and uvloop, bypassed WAF using distributed connection pools. Result: speed increased by 8 times.

    For task #3, I am using aiohttp + uvloop with a dynamic pool manager and phase-shifted polling via asyncio.gather() with controlled intervals.

    What specific cryptography algorithm is used in the Java module? This will affect the choice of the optimal C library for replacement.

    I suggest getting in touch; I will provide you with free technical consultation and we can outline a development plan + I will tell you about my team!

  2. 2993    12  0   4
    7 days190 USD

    The task is clear: we need to eliminate the Java module and I/O overhead by moving the cryptography into Python's address space via ctypes/CFFI. We will also create an asynchronous engine on uvloop for warming up TCP connections and maintaining Keep-Alive, so that the WAF does not cut the connections, and we will set up staggered polling with phase offset for careful monitoring of lots.
    I have extensive experience with Python's asynchronous networking stack and optimizing HFT solutions on Linux. I am ready to implement a state machine for sequential packet sending with dynamic token updates within a single TCP session.
    For clarity, conceptually it looks something like this:
    import uvloop, asyncio
    asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
    async def keep_alive(conn):
    await conn.send(b'PING')
    await asyncio.sleep(5)
    I am ready to start tomorrow after receiving the source code of the bot and the C library.

  3. Another 4 proposals concealed

Current freelance projects in the category Data Parsing

Scrape Telegram groups

16 USD

Need to scrape telegrams from groups and sort them into folders. Public and private groups are required. Everything that exists in Poland

Data ParsingBot Development ∙ 12 hours 13 minutes back ∙ 18 proposals

Research of the premium segment in Kyiv

Research of the premium segment in Kyiv It is necessary to search for open public communication channels with representatives of the premium segment in Kyiv. What needs to be collected: openly published email or phone number for contact, if it is posted in a public source. Who…

Data ParsingInformation Gathering ∙ 22 hours 17 minutes back ∙ 13 proposals

A specialist in Telegram promotion is required.

29 USD

Tasks: invite real users from the username database to new chats and send messages to the target database. Only quality traffic and work with a live audience are of interest — performers using bots, fake engagement, or low-quality methods are requested NOT TO DISTURB. Work…

Data ParsingSocial Media Marketing (SMM) ∙ 3 days 16 hours back ∙ 8 proposals

Collection of B2B database of companies in Germany

40 USD

Goal: To obtain a list of potential employers (clients) for B2B mailing. Region: Munich (München) + radius of 50 km. Required niches: Construction companies (Bauunternehmen) Food enterprises (Lebensmittelhersteller, meat processing plants, bakeries) Logistics and…

Data ParsingLead Generation & Sales ∙ 3 days 19 hours back ∙ 34 proposals

Consultation on parsing Instagram account subscribers

Hello. It is necessary to conduct a preliminary assessment of the feasibility of the following task. I have a list of Instagram accounts. The goal is to obtain contact information (primarily email addresses) of users who follow these accounts. Previously, I encountered companies…

Data Parsing ∙ 7 days 11 hours back ∙ 13 proposals

Client
Serik S.
Kazakhstan Almaty (Alma-Ata)  3  0
Project published
20 days 20 hours back
83 views
Tags
  • uvloop
  • waf
  • python
  • C-lib