Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lan Share | 369 | a year ago | 31 | gpl-3.0 | C++ | |||||
Cross platform LAN File transfer application built with Qt C++ framework | ||||||||||
Lan_qq | 148 | 4 years ago | 1 | C++ | ||||||
LAN Instant Messaging based on Qt5,Imitate the qq for interface design | ||||||||||
Lanmessenger | 117 | 3 years ago | 33 | C++ | ||||||
LAN Messenger for Windows, Mac, Linux | ||||||||||
Lan_im | 59 | 5 years ago | 1 | C++ | ||||||
LAN Instant Messaging based on Qt | ||||||||||
P2pchat Qt | 35 | 5 years ago | 1 | gpl-3.0 | C++ | |||||
A Qt demo for p2p LAN chat and file transmission | ||||||||||
Dukto | 12 | 6 years ago | C++ | |||||||
Dukto LAN file transfer tool (mirror of SVN) http://www.msec.it/dukto/ | ||||||||||
Anywhere | 10 | 7 years ago | Go | |||||||
Running static file server anywhere / 随启随用的静态文件服务器 | ||||||||||
Polychat | 8 | 4 days ago | apache-2.0 | C++ | ||||||
✉️ 基于QT的跨平台局域网聊天室 | QT-based development of LAN chat rooms | Кроссплатформенный чат для локальной сети, основанный на разработке QT | ||||||||||
Qt5_p2p_chatclient Kssa | 8 | a year ago | C++ | |||||||
A P2P chat application client suitable for local area network(LAN)(Windows) developed using Qt5 and C++. | ||||||||||
Owoncontrol Qt | 6 | 6 years ago | C++ | |||||||
Owon oscilloscope USB interface in QT |
LAN Share is a cross platform local area network file transfer application, built using Qt GUI framework. It can be used to transfer a whole folder, one or more files, large or small immediatelly without any additional configuration.
You can download the Ubuntu package or linux AppImage or Windows executable from the release page. https://github.com/abdularis/LAN-Share/releases
download the latest version, for example lanshare_1.2.1-1_amd64.deb
then open a terminal, navigate to directory where the downloaded package is located and type
$ sudo dpkg -i ./lanshare_1.2.1-1_amd64.deb
simply download the AppImage and run it on all linux distribution
See the github release page or go to Softpedia
To compile LANShare you need to install Qt tools, on Debian you can use:
$ sudo apt install qt5-qmake qt5-default
For more information about qmake you can visit this page.
Then you can download the sourcecode with git:
$ git clone https://github.com/abdularis/LAN-Share
and compile with:
$ cd LAN-Share-1.2.1/src
$ qmake -o Makefile LANShare.pro
$ make
GPLv3