Skip to content

pablogadhi/XMPPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMPPClient

First project for the networks course. It's a TUI client for the XMPP protocol written in golang.

Dependencies

golang

Installation

  1. Clone the repository with git clone https://github.com/pablogadhi/XMPPClient.git
  2. Move to the clone repository with cd XMPPClient
  3. Make the current directory the $GOPATH with export GOPATH=$PWD
  4. Install all necesary packages with go get -d ./...
  5. Run with go run src/main.go

About

First project for the Computer Networks course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages