Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Complete Network Request #51

Closed aryanjverma closed 6 months ago

aryanjverma commented 7 months ago

Allow users to input equations, send a POST request, and get an output with our server.

38

DragonflyRobotics commented 6 months ago

This task is working with CURL as of Thursday but @N1ks0n08 hasn't pushed because he is sick. The commit will be on dev soon.

N1ks0n08 commented 6 months ago

e5a3b99f71f0e75ec8795d7dc46e709de94c24ac

The CURL request has been setup to correctly run on the Schedulers.io background thread to navigate around the Application Not Responding error. However, the CURL request was only able to be hard coded and user input will have to be implemented later due to sickness.

DragonflyRobotics commented 6 months ago

Something to note is that CURL only works on Android if the phone is rooted. We will need to take another look at the HTTP Java lib.