Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have been looking at sockets in python and I have create a simple socket server and client. I am curious as to how to create an Application Layer (I believe thats what its called but I'm not completely sure) for my own socket server; examples would be like:

http://

ftp://

smb://

etc..


I wish to create my own for my socket connection; how do I go by doing this? I apologise as I don't know how to word this question.


Thank you.

What I have tried:

I've looked around on the internet but I can't seem to find how to do this.
Posted
Updated 14-May-17 21:19pm
v2

1 solution

Application layer of the ISO/OSI model is not something that can be written in a few hours. You need to study the RFC documents to see what is required.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900