Socket App - Information and Code

Cancelado Publicado hace 6 años Pagado a la entrega
Cancelado Pagado a la entrega

Hello Everyone!

I have the following project for a cellphone company presentation

Create 2 socket applications that exchange data with each other via codes of the following types (all supported by Sage):

(Choose 1 of the following :)

Cyclical

Reed-Solomon codes

Generalized Reed-Solomon codes

Golay Codes

Parity-check code

Reed-Muller Codes

Codes of AD

Requirements

Your program takes as input from the user, either by query or through a parameter, the initialization parameters of each code. If the code has a dual, then it will use it to work with the server, if the code does not exist then it continues with the original code that took the parameters from the user. It then generates 20 random words and adds a random weight error specified by the user and sends them together with the parameters to the recipient. The recipient of the message receives the corresponding code and decodes the message. The pseudo-code is as follows:

Myexercise (code_params, noise):

C = gencode (codeparams)

If C is not None:

If C.dual_code () is not None:

C = C.dual_code ()

Words2send = generate 20 random words of C

Send (codeparams, words2send)

For the implementation is proposed the use of sage, obviously any other solution satisfying all of the above is acceptable.

For more info please pm me.

Thank you a lot in advance

E/S Socket

Nº del proyecto: #14477932

Sobre el proyecto

Proyecto remoto Activo hace 6 años