Skip to content

beyondx/upRadio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于UDP和组播的服务器客户机实例
目的:编程练习(robbin.X beyondx123@gmail.com)

注意:客户机需要依赖 mpg123播放mp3文件

网络编程和多线程实例:

1.多线程
	pthread_create
	pthread_cancel
	pthread_join
	pthread_mutex_init
	pthread_mutex_destroy
	pthread_mutex_lock
	pthread_mutex_unlocl
	pthread_cond_init
	pthread_cond_destroy;
	pthread_cond_wait
	pthread_cond_boardcast
2.网络通信
	socket
	bind
	sendto
	recvfrom
	setsockopt
	broadcast
	multicast
3.网络协议

MP3文件也有播放起来不是很流畅的,建议同意选择

About

Radio Transport demo over IPv4/6 ( udp, multicast)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages