联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(390) 

[Linux/Unix编程] fedora-netease

fedora网易云音乐安装脚本。该脚本用于在Fedora上一键安装网易云音乐,测试于Fedora-KDE-30。,
Fedora Netease cloud music installation script. This script is used to install Netease Cloud Music on Fedora with one click, and is tested on Fedora-KDE-30., (2020-01-20, Shell, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689697493384045.html

[Linux/Unix编程] netease-cloud-music-rpm

网易云音乐 rpm 打包 Fedora Linux openSUSE etc.,
Netease Cloud Music rpm package Fedora Linux openSUSE etc, (2021-05-14, Shell, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689697362545908.html

[Linux/Unix编程] twilight-commander

暮光之城指挥官是Linux的控制台文件管理器。该程序最初是分叉的,并从“Last f...
Twilight commander is a console file manager for Linux . The program was originally forked and rewritten from "Last file manager v 1.99". Much more compact with additional features. (2012-11-30, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747274859862.html

[Linux/Unix编程] devapi

云南蠡导文化发展有限公司微信小程序PHP后端服务
Yunnan Lidao Cultural Development Co., Ltd. WeChat applet PHP back-end service (2018-05-10, PHP, 10873KB, 下载0次)

http://www.pudn.com/Download/item/id/1687495601274811.html

[Linux/Unix编程] verdaccio

基于verdaccio搭建内网npm私服库(docker + verdaccio + nginx)
Build an intranet private server library based on verdaccio (docker+verdaccio+nginx) (2019-09-05, Dockerfile, 124KB, 下载0次)

http://www.pudn.com/Download/item/id/1687492709841029.html

[Linux/Unix编程] com2eth

linux下串口和网口数据相互转发,可以作为串口和网络通信参考。
Under Linux, serial port and network port data are transmitted to each other, which can be used as a reference for serial port and network communication. (2020-05-09, C/C++, 33KB, 下载5次)

http://www.pudn.com/Download/item/id/1589037630173226.html

[Linux/Unix编程] 5178295

公司用的3G资料,很好的用来培训员工的wcdma核心网资料 (2018-06-06, Others, 1760KB, 下载1次)

http://www.pudn.com/Download/item/id/1528272316950607.html

[Linux/Unix编程] 973197

公司用的3G资料,很好的用来培训员工的wcdma核心网资料 (2018-06-06, C#, 1760KB, 下载0次)

http://www.pudn.com/Download/item/id/1528271296750252.html

[Linux/Unix编程] experbisecombo

900 1800MHz TDMA数字蜂窝移动通信网移动应用部分(Phase2+)技术规范报批稿 (2018-04-07, PHP-PERL, 235KB, 下载1次)

http://www.pudn.com/Download/item/id/1523055811451817.html

[Linux/Unix编程] DM9621A_for_customer

DM9621,一款USB转以太网的芯片,内含Linux下的驱动以及参考设计,拿来可以直接画板子用了。
DM9621, turn a USB Ethernet chip, embedded Linux under the driver as well as the reference design, it can directly draw the board. (2015-07-23, Dev C++, 3360KB, 下载26次)

http://www.pudn.com/Download/item/id/1437621264351340.html

[Linux/Unix编程] moxa

moxa网口转串口在Linux下的驱动程序。支持kernel2.6内核。
moxa network port to serial port driver under Linux. Support kernel2.6 kernel. (2015-06-11, Unix_Linux, 57KB, 下载13次)

http://www.pudn.com/Download/item/id/1433990770241671.html

[Linux/Unix编程] ser2net-2.10.0.tar

ser2net的最新版本,这是一个串口转以太网的程序~可能在嵌入式系统用的比较多,linux C编程
The latest version ser2net s (November 2015), for serial to Ethernet, I cross-compile and test it in the mips, with good results (2015-05-15, Unix_Linux, 356KB, 下载4次)

http://www.pudn.com/Download/item/id/1431689015790661.html

[Linux/Unix编程] ion-DTN-3.2.1.tar

无线自组网中,最优链路状态路由,olsr协议linux代码,网站上下载的,希望对大家有用。
Optimized Link State Routing Protocol 最优链路状态路由协议 in ad hoc networks (2014-10-24, Unix_Linux, 7376KB, 下载21次)

http://www.pudn.com/Download/item/id/2640969.html

[Linux/Unix编程] Serial_network-communication

实现linux环境下的板子与PC机之间的串口发送网口接收的的功能,使用了线程功能
Achieve functional board linux environment between PC' s serial port to send network port reception using the thread function (2014-09-10, Unix_Linux, 2KB, 下载10次)

http://www.pudn.com/Download/item/id/2616850.html

[Linux/Unix编程] ethtool.tar

ethtool的源码,该工具是用于查询及设置网卡参数的命令ethtool ethx //查询ethx网口基本设置,其中 x 是对应网卡的编号,如eth0、eth1等等 ethtool –h //显示ethtool的命令帮助(help) ethtool –i ethX //查询ethX网口的相关信息 ethtool –d ethX //查询ethX网口注册性信息 ethtool –r ethX //重置ethX网口到自适应模式 ethtool –S ethX //查询ethX网口收发包统计 ethtool –s ethX [speed 10|100|1000] [duplex half|full] [autoneg on|off] //设置网口速率10/100/1000M、设置网口半/全双工、设置网口是否自协商
the ethtool source code, the tool is used to query and set the network card parameters command ethtool ethx// basic settings query ethx network port, where x is the number of the corresponding network card, such as eth0, eth1 ethtool-h// display ethtool command help (help) ethtool-i ethX// query ethX network interface information ethtool-d ethX// query ethX network port registration information ethtool-r ethX// reset the ethX network Koudao adaptive mode ethtool-S ethX// query ethX network interface to send and receive packets statistics ethtool-s ethX [speed 10 | 100 | 1000] [duplex half | full] [autoneg on | off]// set rate network port 10/100/1000M, set the network port half/full autonegotiation duplex, set the network port (2012-12-19, C/C++, 180KB, 下载22次)

http://www.pudn.com/Download/item/id/2089158.html

[Linux/Unix编程] ARM2410cs8900

自己做的在ARM上的网口驱动, 经过测试完全通过………………
ARM linux for 2.6 (2011-01-29, Unix_Linux, 16KB, 下载4次)

http://www.pudn.com/Download/item/id/1421890.html

[Linux/Unix编程] 11

RTL8019作为以太网的物理层接口。主要功能包括物理编码子层、物理媒体附件、双绞线物理媒体子层、双绞线媒体访问单元等。 RTL8019基本工作原理是:在收到由主机发来的数据报后,侦听网络线路。如果线路忙,就等到线路空闲为止,负责立即发送该数据帧。发送过程中,首先添加以太网帧头,然后生成CRC校验码,最后将此数据帧发送到以太网上。
RTL8019 (2010-05-19, Unix_Linux, 3KB, 下载10次)

http://www.pudn.com/Download/item/id/1180114.html

[Linux/Unix编程] 431465_b5876716cac6a624

基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。
QQ2440 ARM development board based on real-time rendering curve of the QT program, from the ARM-board serial port to receive data, draw curve graph, then use the Ethernet port to transfer data to PC. (2009-12-27, Unix_Linux, 3KB, 下载44次)

http://www.pudn.com/Download/item/id/1020029.html

[Linux/Unix编程] ip_get

Linux下的网络配置包含三个要素,分别是IP地址、子网掩码和网关。本文将介绍如何在C语言中进行网络的配置和配置信息的获取
name:ip_config_get.c This program is used to show the usage of ip_configand ip_get (2009-09-14, C/C++, 3KB, 下载58次)

http://www.pudn.com/Download/item/id/910433.html

[Linux/Unix编程] sepeth

基于sep4020的以太网驱动,在linux下运行
Sep4020 based on the Ethernet driver, running under the linux (2009-08-05, Unix_Linux, 11KB, 下载2次)

http://www.pudn.com/Download/item/id/867181.html
总计:390