need a robust windows application in C language to connect to stock brokers websocket to get the live price feeds and store it to a file.

Job ID: 35946829

Budget: ₹1,500 – ₹12,500 INR

I need a robust windows application in C language to connect to stock brokers websocket to get the live price feeds and store it to a file.

Currently, I am able to get the live price feeds by connecting to stock brokers websocket using online web based websocket connector.

Application should be capable of handling errors and send and receive data to and from stock brokers secure websocket "wss://api.shoonya.com/NorenWSTP/".

Example:
Request 1: { "t":"c", "uid":"*****", "actid":"****","source":"API","susertoken":"2802a25s3f4g3h5df671cb8588a7b761f3cehdgb4783nv" }
Response 1:
▼ {
"t": "ck",
"s": "OK",
"uid": "*****"
}

Request 2:
{ "t":"t", "k":"NSE|26000"}

Response 2:
▼ {"t":"tk","e":"NSE","tk":"26000","ts":"Nifty 50","pp":"2","ls":"1","ti":"0.05","lp":"17764.60","pc":"-0.50","c":"17854.05","ft":"1675677703","o":"17818.55","h":"17823.70","l":"17698.35","toi":"14057600"}