• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

veyon: Veyon - Open Source computer monitoring and classroom management

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

veyon

开源软件地址:

https://gitee.com/ninghong001/veyon

开源软件介绍:

Veyon - Open Source computer monitoring and classroom management

Build statusLatest stable releaseOverall downloads on GithubDocumentation StatusLocalise on Transifexlicense

What is Veyon?

Veyon is an Open Source computer monitoring and classroom management software supporting Windows and Linux.It enables teachers to view and control computer labs and interact with students.Veyon is available in different languages and provides lots of useful features:

  • see what's going on in computer labs in overview mode and take screenshots
  • remote control computers to support and help users
  • broadcast teacher's screen to students in realtime by using demo mode(either in fullscreen or in a window)
  • lock workstations for attracting attention to teacher
  • send text messages to students
  • powering on/off and rebooting computers remote
  • remote logoff and remote execution of arbitrary commands/scripts
  • home schooling - Veyon's network technology is not restricted to a subnetand therefore students at home can join lessons via VPN connections just byinstalling the Veyon service

License

Copyright (c) 2004-2017 Tobias Junghans / Veyon Solutions.

See the file COPYING for the GNU GENERAL PUBLIC LICENSE.

Installation and configuration

Please refer to the official Veyon Administrator Manual at http://docs.veyon.io/en/latest/admin/index.htmlfor information on the installation and configuration of Veyon.

Usage

Please refer to the official Veyon User Manual at http://docs.veyon.io/en/latest/user/index.htmlfor information on how to use Veyon.

Veyon on Linux

Downloading sources

First grab the latest sources by cloning the Git repository and fetching all submodules:

git clone https://github.com/veyon/veyon.gitcd veyongit submodule update --init

Installing dependencies

Requirements for Debian-based distributions:

  • Build tools: g++ make cmake
  • Qt5: qtbase5-dev qtbase5-dev-tools qttools5-dev qttools5-dev-tools
  • X11: xorg-dev libxtst-dev
  • libjpeg: libjpeg-turbo8-dev
  • zlib: zlib1g-dev
  • OpenSSL: libssl-dev
  • PAM: libpam0g-dev
  • LZO: liblzo2-dev
  • QCA: libqca2-dev libqca-qt5-2-dev
  • LDAP: libldap2-dev libsasl2-dev

As root you can run

apt install g++ make cmake qtbase5-dev qtbase5-dev-tools qttools5-dev qttools5-dev-tools \            xorg-dev libxtst-dev libjpeg-turbo8-dev zlib1g-dev libssl-dev libpam0g-dev \             liblzo2-dev libqca2-dev libqca-qt5-2-dev libldap2-dev libsasl2-dev

Requirements for RedHat-based distributions:

  • Build tools: gcc-c++ make cmake
  • Qt5: qt5-devel
  • X11: libXtst-devel
  • libjpeg: libjpeg-turbo-devel
  • zlib: zlib-devel
  • OpenSSL: openssl-devel
  • PAM: pam-devel
  • LZO: lzo-devel
  • QCA: qca-devel qca-qt5-devel
  • LDAP: openldap-devel libgsasl

As root you can run

dnf install gcc-c++ make cmake qt5-devel libXtst-devel libjpeg-turbo-devel zlib-devel  \         openssl-devel pam-devel lzo-devel qca-devel qca-qt5-devel openldap-devel libgsasl

Configuring and building sources

Run the following commands:

mkdir buildcd buildcmake ..make -j4

NOTE: If you want to build a .deb or .rpm package for this software, instead of the provided cmake command, you should use:

cmake -DCMAKE_INSTALL_PREFIX=/usr ..

to install package files in /usr instead of /usr/local.

If some requirements are not fullfilled, CMake will inform you about it andyou will have to install the missing software before continuing.

You can now generate a package (.deb or .rpm depending what system you are in).

On Fedora, this requires an additional dependency (rpm-build) which can be installed by running

dnf install rpm-build

For generating a package you can run

fakeroot make package

Then you'll get something like veyon_x.y.z_arch.deb or veyon-x.y.z.arch.rpm

Alternatively you can install the built binaries directly (not recommended forproduction systems) by running the following command as root:

make install

Join development

If you are interested in Veyon, its programming, artwork, testing or something like that, you're welcome to participate in the development of Veyon!

Before starting the implementation of a new feature, please always open an issue at https://github.com/veyon/veyon/issues to start a discussion about your intended implementation. There may be different ideas, improvements, hints or maybe an already ongoing work on this feature.

More Information


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap