WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

TCP protocol implementation #18

Open Ram-Aditya opened 5 years ago

Ram-Aditya commented 5 years ago

Description

Implement a simple TCP protocol to open a TCP connection and retrieve data from the client.

Details

Issue progress

Resources

https://www.lifewire.com/tcp-transmission-control-protocol-3426736 Refer https://en.wikipedia.org/wiki/Transmission_Control_Protocol under the section 'Protocol operation'.

Directory Structure

For this issue, use the following directory of theHacktoberfest-2k18 repository: /systems/networks/tcp/function_call/language_name

(where language_name is one of the languages mentioned above.)

Note

Please claim the issue first by commenting here before starting to work on it.

Piemaster651 commented 5 years ago

Hello. I would like to claim this issue in java for myself. Thank you.

mahim23 commented 5 years ago

@ColesSA Thank you for showing interest in contributing to our repository. Sure you can go ahead and start working on it :)

pvgupta24 commented 5 years ago

@ColesSA any progress? We would like to see a PR soon :)

rajat1433 commented 5 years ago

Hello. I would like to claim this issue for python.

pvgupta24 commented 5 years ago

@rajat1433 , go ahead :)

rajat1433 commented 5 years ago

Done!!

Ram-Aditya commented 5 years ago

@ColesSA Sorry, since you haven't submitted a pull request within the time limit, we will be handing over the implementation in Java to the next person requesting it. Although you can still claim the implementation for either C or C++.