对NetworkComms的认识

来源:互联网 发布:手机视频快进软件 编辑:程序博客网 时间:2024/06/03 20:51


一、信息技术老师的专业成长

    一个方向是:开发一些教学小软件,成功的范例是“ITtools信息技术教学辅助平台”。另外,如果工作编制不在,我还能从事何职业?这是这个暑假(2016.7)的思考,因此在暑假这个空闲时间得找件事情提升一下。由于对编程有一些爱好,就锁定在研究国外的开源代码上了。手头有多个源码要分析,例如,VNC,Delphi中的ICS,再就是这个NetworkComms(注:COMMS [ kɔms ] [计]= COMMunicationS,通信)。笔者认为研究透了这三者,可以成立三家公司,形如“红蜘蛛多媒体网络教室软件(http://www.3000soft.net/)”,钱途无量。由于NetworkComms可以用VS2010打开,用C#语言,为了开发一个电脑房学生名字登记系统,就先拿NetworkComms开刀吧。

二、NetworkComms概要

    获取NetworkComms,打开https://github.com/MarcFletcher/NetworkComms.Net/releases,或https://github.com/MarcFletcher/NetworkComms.Net/archive/v3.0.3.zip,下载后,解压,得到README.txt文件,文件内容是:

Thank you for choosing NetworkComms.Net. We hope it will be the only network library you ever need. We
want it to work perfectly but in the unlikely event your find something broken please let us know so
that we can fix it.[注:希望它很完美,但是,如果你在使用时,发现有不好的地方敬请告知以便我们修正提升]

Please read the following brief, but important sections:[注:请读读下面的重要内容]

LICENSING[注:授权]: This source code is made available for reference purposes only[注:源代码仅供研究参考]. It may not be distributed and
it may not be made publicly available[注:不能传播,不能公众]. Please see the included Licence.txt for more information.

GETTING STARTED[注:如何入门]: Everything you need to know about getting started with NetworkComms.Net, including a
short introduction video can be found here http://www.networkcomms.net/getting-started/    [注:所有你需要入门知识,例如一些小的介绍视频也能在这个网页中找到]

SUPPORT & TUTORIALS: For support and tutorials please start here http://www.networkcomms.net/network-library-support/  [注:帮助与辅助,在这个网址中能找到]

0 0