Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

udp-chat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udp-chat

UDP-based chat application

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

Asynchronous UDP-based chat application

UDPChat main window

Hosted at udpchat://209.97.187.173

How to set up and run the application.

1. Create a python virtual enviroment

  1. Run python3 -m venv venv to create the virtual enviroment.
  2. Run source venv/bin/activate to activate the virtual enviroment.
  3. Run pip install -e . to install dependencies to the virtual environment

2. Starting the server

On localhost

  1. Run python3 -m udp_chat.server to start running the server.

On specified IP address

  1. Run python3 -m udp_chat.server (IP address) (port number) to start running the server

3. Starting a client GUI

In a new terminal:

Connect to a server on localhost

  1. Run python3 -m udp_chat.gui_client to start the client GUI

Connect to a server IP address

  1. Run python3 -m udp_chat.gui_client (IP address) (port number) to start the client GUI

4. Starting a command line client

Note: Must already have created an account

In a new terminal:

Connect to a server on localhost

  1. Run python3 -m udp_chat.client to start the client

Connect to a server IP address

  1. Run python3 -m udp_chat.client (IP address) (port number) to start the client GUI

5. Delete the enviroment

  1. Run rm -rf venv to delete the virtual enviroment

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc