Skip to content

indra-code/Remote-Code-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Remote code executer program in Python using the socket library. Includes client & server architecture

Done as the project for Computer Networks Subject in the 4th Semester

Supported Languages:

  • Python
  • C
  • Rust

Note: Run the program with the flag : -Xfrozen_modules=off

Commands to setup server key and server certificate on server:

  1. openssl genrsa -out server.key 2048

  2. openssl req -new -key server.key -out server.csr

  3. openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt

About

Sem 4 Computer Networks Project, a remote python interpreter and c compiler using client server architecture and socket programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors