Coder Social home page Coder Social logo

woo-tftpd's Introduction

WOO-TFTPD

This project provides a server tftp and a gui to visualize tftp operations performed by the server. The server is based on tftpd-hpa.

Build process

Easy with cmake

sudo apt-get install cmake qtbase5-dev
mkdir build_tftpd
cd build_tftpd
cmake ../woo-tftpd
make -j
sudo make install

Install

To install the woo-tftpd from the directory build_tftpd

sudo chmod +x install.sh 
./install.sh

This will install files in your computer but the server is disabled by default. Before enabling it, first disable any previous tftp server installation.

Then open the file /etc/xinet.d/woo-tftpd-server and set ‘disable’ parameter to the value ‘no’

sudo service xinetd restart

Finaly enter in terminal

sudo woo-tftpd-gui -f

Configuration file

The configuration file is located at /etc/woo-tftpd.conf

option: [operation][end_time]

This is the number of seconds between the end of the operation and the deletion of the widget that display this operation. 3 seconds by default.

option: [operation][position]

This is the position of the widget relative to the top left corner of the selected screen

option: [operation][screen]

This is the index of the selected screen. 0 for the main screen, 1 for the second...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.