Skip to main content

Fast and reliable local file transfer powered by Veltix

Project description

nexo-transfert

Fast and reliable local file transfer powered by Veltix.

License Python PyPI

Beta release — core transfer logic is stable and tested. CLI and Python API are subject to change.

Nexo is a lightweight file transfer tool designed for local networks. Built on Veltix's high-performance TCP stack, it lets you send files between machines with zero setup — just run and go.

Two modes, same speed: a CLI for power users and a Tkinter GUI for everyone else.


Why Nexo?

Moving files between machines on the same network shouldn't require a USB drive, cloud upload, or SSH config. Nexo is made for the LAN — instant transfers, no fuss.


Features

  • LAN-optimized : built for local network transfers between machines
  • CLI + GUI : use the terminal or the Tkinter interface
  • Dead simple : no config files, no daemons, no setup
  • Concurrent transfers : send multiple files simultaneously without corruption
  • Zlib compression : automatic compression for files ≥ 1 KB
  • Dark-themed GUI : clean Tkinter interface with live transfer logs
  • Python 3.8+ : same compatibility as Veltix

Quick Start

pip install nexo-transfert

Receive files (on machine B)

# CLI
nexo serve --port 9000

# Or with the GUI
nexo gui

Send a file (from machine A)

nexo send myfile.txt --to 192.168.1.42:9000

How It Works

  1. The receiver starts a Nexo server (CLI or GUI)
  2. The sender connects and pushes the file in chunks (with zlib compression)
  3. Chunks include sequence numbers: the server buffers and orders them regardless of arrival order
  4. Once all chunks are received, the server writes them sequentially and acknowledges the transfer
  5. This allows multiple concurrent transfers without locks or serialisation

API

from nexo.core import NexoServer, NexoClient

# Server
srv = NexoServer(host="0.0.0.0", port=9000, output_dir="./downloads")
srv.on_event(lambda evt, data: print(evt, data))
srv.start()
srv.stop()

# Client
NexoClient().send("photo.jpg", "192.168.1.42", 9000)

Full CLI and API reference: GUIDE.md

Changelog: CHANGELOG.md


License

MIT — Copyright (c) 2026 Nytrox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexo_transfert-1.3.0.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexo_transfert-1.3.0-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file nexo_transfert-1.3.0.tar.gz.

File metadata

  • Download URL: nexo_transfert-1.3.0.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for nexo_transfert-1.3.0.tar.gz
Algorithm Hash digest
SHA256 fba24d4d1b3d3402b19c8d21b3b312b332895246fddeeef74ced3eb0ef58b707
MD5 94f520d273b17f96d00729a7256fc607
BLAKE2b-256 9d5258d22d3a01eb16913e2efa0d47f9ecca274a916907a73d9a6bdfb63a75aa

See more details on using hashes here.

File details

Details for the file nexo_transfert-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: nexo_transfert-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for nexo_transfert-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b64d4abe0835db7ebc68aa57af64a7181d84ace27949d8b40781e5a01637ad6a
MD5 4ef0ac706d145ef492211e12d3f9fa7d
BLAKE2b-256 026e01ae5482e1d7ffe0865f4f496346c5e55ca6babf8b5700a5f16915c1874d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page