Matlab Basics

https://au.mathworks.com/help/satcom/gs/get-started-with-satellite-link-budget-app.html https://au.mathworks.com/help/satcom/gs/model-and-visualize-satelliteScenario.html https://au.mathworks.com/help/satcom/ref/satcom.satellitescenario.transmitter.html https://au.mathworks.com/help/satcom/ref/satellitelinkbudgetanalyzer-app.html

Socket Programming in Python

https://docs.python.org/3/library/socket.html https://www.digitalocean.com/community/tutorials/python-socket-programming-server-client Client Server – TCP / Socket Client to Client – Peer to Peer Communication : UDP Protocol (User Datagram Protocol)

Express Js Node Js Example

https://expressjs.com/en/starter/installing.html Hello World Example Create app.js file with following code. We can use Express application generator also. npx express-generator npm start localhost:3000 Basic Routing
error: