@Nichil72 done
Posts made by dstelangre
-
RE: Invalid TOTP for c#
@Nichil72 Select a solution in Solution Manager, and then select Tools > NuGet Package Manager > Manage NuGet Packages for Solution
click on Browse and type otp.netfirst it will appear and select it and right side select project and click to install
-
RE: Invalid TOTP for c#
@Nichil72 Please check my comments below on same discussion , solution is provided , and I am not from Angel Team ,Thanks
-
RE: Please give us tentative date to support C# for TOTP
@vijayyande pls check the solution here which can help you
https://smartapi.angelbroking.com/topic/2391/invalid-totp-for-c
-
RE: Invalid TOTP for c#
@Vishal-naykawala If still you have issue ? connect me on email dstelangre@gmail.com
-
RE: Invalid TOTP for c#
Here is DLL and TOTP generation code . just add OtpNet
nuget packagepublic static string GetTotp()
{
var secretKey = OtpNet.Base32Encoding.ToBytes("totp key that appears below QR code ");
var totp = new Totp(secretKey);
var otp = totp.ComputeTotp();
return otp;
}DLL link:
https://drive.google.com/file/d/1Z6Z016OoDDuOdKiBQNMVly-lkvUMAbbX/view?usp=sharing
-
RE: Guide to secure your SmartAPI Account with two factor authentication
@priya , I have automated this process in C#
-
RE: Invalid TOTP for c#
@vijayyande @Vishal-naykawala , I have fix the issue my own , Modified DLL and created method to get Realtime totp in code itself no need to get from mobile and enter into code all working , if you want fix ping me .
-
RE: Guide to secure your SmartAPI Account with two factor authentication
@admin what about C# SDK update ?
-
RE: Invalid TOTP for c#
@admin @administrators I have same issue please provide the solution for c#
-
App is deleted from Smart account and not able to login
App is deleted from Smart account and not able to login
-
RE: C# Websocket not working?
@admin My code
_WS.ConnectforStockQuote(agr.feedToken, AppSettings.AngelClientCode);
if (_WS.IsConnected())
{
string script = "nse_cm|26009";
//script = "mcx_fo|227536&mcx_fo|220366&mcx_fo|225891&mcx_fo|226858";
_WS.RunScript(agr.feedToken, AppSettings.AngelClientCode, script, "mw");
_WS.MessageReceived += WriteResult;//_WS.Close(true);// to stop and close socket connection } exitEvent.WaitOne(); static void WriteResult(object sender, MessageEventArgs e) { Console.WriteLine("Tick Received : " + e.Message); }
-
RE: C# Websocket not working?
@admin I am getting ticks like this ,please help on c# web socket
Tick Received : [{"tvalue":"22/07/2022 23:13:37","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:38","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:39","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:40","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:41","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:42","name":"tm"}]
Tick Received : [{"tvalue":"22/07/2022 23:13:43","name":"tm"}] -
RE: C# Websocket not working?
@admin No progress on this websocket from 2021 ??? still websocket not working
-
RE: The remote server returned an error: (500) Internal Server Error. C#.net
@admin getting this error frequently today.
-
RE: How do I get historical Index Data for NIFTY/SENSEX?
@admin Any update on index historical data ?