Skip to content

this small project aims to transfer file or others formed in stream, with a roll as server based in netty, developed by java

Notifications You must be signed in to change notification settings

lixp/netty_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Introduction:

1.this small , simple project is playing a role as server based in netty(nio)

2.this is just getting started, there are some of that things that i will do with netty_transfer

a) multiple files transfer or push message that representation form is byte-streamed
b) multiple file identifies transfer for downloading

3.packet form:

+-----------------+------------------------+--------------------------+-----------------------------+ 
|				  |                        |						  |							    | 
+----CMD(1byte)---+---PARAM_COUNT(1byte)---+----PARAM_LENGTH(4byte)---+---PARAM_CONTENT(*byte(s))---+ 
|	  			  |						        													| 
|    OPERATION    | PER PARAM  CONSISTS OF THREE PARTS ABOVE(e.g:file name ,file length,file owner) | 
|				  |																				    | 
+-----------------+---------------------------------------------------------------------------------+	 	

4.distribute file system is fastdfs, fastdfs's author is YUQING(余庆),employed by Alibaba Corporation.

About

this small project aims to transfer file or others formed in stream, with a roll as server based in netty, developed by java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages