Skip to content

dajuda/Projeto_Redes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Projeto_Redes
This project is intended for network design
Rodrigo Venancio
Cainã D'Ajuda

The software aims to promote a connection between multiple peers for a chat on LAN.
---------------------------------------------

PYTHON:
In python folder run:
python chatApp.py

note: If your network interface is different from eth0 is necessary to change the line 28 of the code.

EXEMPLE:
eth0 interface:
self.host_ip = (self.get_ip_address ('eth0'), 8090)

Wlan0 interface:
self.host_ip = (self.get_ip_address ('wlan0'), 8090)
---------------------------------------------

JAVA:
In java folder run:
java -jar chatApp.jar

note: OpenJDK 1.7 Required

About

This project is intended for network design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages