How to Install and Use

Getting started (Quick Start)

This section will go over how to install the app if you simply just want to use it. We tried to make installing this app as quick and easy as possible. First, ensure that both your android device and computer are on the same wifi network. Secondly, install our solidworks shortcut package:

...\MouseRemote\solidworks\CAD_BUDDY.sldreg
This can be easily done by opening "Copy Settings Wizard", and loading the appropriate sldreg file. Then, run the following file:
...\MouseRemote\dist\main.exe
Once running, choose a port number, an integer between 5000 and 65535. Next, run ipconfig within the windows command prompt and find your computers IPv4 address. Then, use android studio to install the Android Studio project, SwitchScreen to your android device. Once the app is running, input the correct IPv4 Address and Port number, and you're ready to open solidworks and start CADing!



Getting started (Advanced)

This sectin will go over how to install the app if you intention is to develop it. In order to use the app, you must be in windows, as solidworks doesn't operate in ubuntu. To download the required python packages run:

sudo pip install -r requirements.txt
It should install the necessary packages, as well as their respective dependencies.

From here, the process should be about the same. However, once the dependencies have been installed, the following python script

...\Mouseremote\Solidworks> python main.py
can be used to run the computer side of the project, rather than the original executable.



How to use:

Within solidwoks, when you move your phone, your solidworks part will also rotate. You will also be able to press buttons on the phone that correspond to shortcuts in solidworks. This is not really meant to replace your mouse, but rather is just something that is cool that can complement your mouse and hopefully make you CAD faster.