Remote Desktop Access using Laravel

China☆狼群 提交于 2019-12-08 13:52:42

问题


In my project I am thinking of adding a technical support where a user will enter his/her queries .and my tech support will access the computer remotely and help to solve the problem. Its a web application and I am using laravel( php framework). I only have a little idea on how to do it. I have tried searching it . but it didn't gave me any proper result.

According to me it can be done by using Socket programming in which I have to get user's Public Ip and his/her MAC address .because public ip can be same if two or pc are connected to same router(I think so).

I need some guidance on how to accomplish it. I have heard that laravel has a package for socket programming named as socket.io.

Please give me a proper path to walk on. I need guidance on what I will be needed in doing this. please help me.

来源:https://stackoverflow.com/questions/38735473/remote-desktop-access-using-laravel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!