this post in github send sms via Huawei B315
https://github.com/Zili0/Huawei-B315s-22but i need sample code with c#
i found api about it like:
http://192.168.8.1/api/webserver/token
http://192.168.8.1/api/user/challenge_login
http://192.168.8.1/api/user/authentication_login
http://192.168.8.1/api/sms/send-sms
and i get session id and token from api
but challenge_login get error
i founf this api need to encrypt data (firstnonce) but i dont understand how do it?
can you help me?