lynxy

A LAN package made for easy communication and sending of data across the same network.


License
Apache-2.0
Install
pip install lynxy==0.0.6

Documentation

lynxy

Local (yielding?) Network (eXchange?) (the extra y is cosmetic~)

Introduction

lynxy, also known as lynx, is a LAN server-client system coded in Python. It allows for easy setup of a server, as well as easy setup for clients on the same network as the server. The use of this module is so that if people were to make programs that require a LAN system, they can use what is provided here.
This project is also named after my ~ windy ~ friend :3
The first section will explain instructions that apply to both, and then we will cover each individual part.

General setup

Before we do anything, you should first install this module with pip.

  • pip install lynxy
  • python3 -m pip install lynxy

    When you do this, it will install both the modules "lynxy" and "lynxy_server". Once this is done, you are ready to read the instructions on the following sections about setting up your client, server, or both.

Server setup

To access server setup, go here

Client setup

To access client setup, go here

Etc

Official info

  • You can find official releases here
  • You can view the release changelog here

Experimental info

  • You can find the experimental releases here.
  • You can view the experimental changelog here
    • To install experimental releases, do the following.
      • pip install -i https://test.pypi.org/simple/ lynxy
      • python3 -m pip install -i https://test.pypi.org/simple/ lynxy
        NOTE: FUNCTIONALITY CAN NOT BE GUARANTEED IF YOU ARE USING A EXPERIMENTAL RELEASE.