Cosmos: Code for UDP/TCP Sever in Networking Section

Created on 13 Jun 2018  路  3Comments  路  Source: OpenGenus/cosmos

This is a(n):

  • [x] New algorithm
  • [ ] Update to an existing algorithm
  • [ ] Error
  • [x] Proposal to the Repository

Details:

We can add an algorithm/code to host a UDP/TCP file server. We can also extend the problem by having error-free TCP-like UDP server using checksum and acknowledgments.

new algorithm

All 3 comments

hi ! I wanted to know if we just need to add the code for UDP/TCP server or client side code is also required ? and in which language should it be written?

Including both server and client side code will make this complete :+1:

You may work on this in any language you are comfortable in. The location of the code for TCP will be:

cosmos/code/networking/src/tcp

Go for it :+1:

Okay then I will use Java as the language !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CaramelHeaven picture CaramelHeaven  路  3Comments

Josh5231 picture Josh5231  路  4Comments

grantmwilliams picture grantmwilliams  路  4Comments

InfiniteCoder picture InfiniteCoder  路  3Comments

sebasrp picture sebasrp  路  3Comments