VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Advanced Data Delimiting (Byte Delimiting)

by ByteForce UK (6 Submissions)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

Use this method with Winsock. Ever had it when you need to send lots of data all at once, and you need individual structured fields for each commands? Does your field data contain special characters or binary data? Conventional methods of delimiting packets simply won’t allow you to get away with that. This code demonstrates how to use Byte Level Delimiting (as I have dubbed it, anyway), and also shows how to buffer incoming and outgoing data, so you can handle large data flawlessly. There is a word document inside the ZIP archive that explains the principle and mechanics of the idea, and also code to demonstrate it. Also uses protocol compression, if the compressed size is smaller than the decompressed size (ZLIB). Feedback greatly appreciated, thank you.

Rate Advanced Data Delimiting (Byte Delimiting)

Download Advanced Data Delimiting (Byte Delimiting)

Download Advanced Data Delimiting (Byte Delimiting) (25 KB)

Advanced Data Delimiting (Byte Delimiting) Comments

No comments have been posted about Advanced Data Delimiting (Byte Delimiting). Why not be the first to post a comment about Advanced Data Delimiting (Byte Delimiting).

Post your comment

Subject:
Message:
0/1000 characters