Or else I'll cut off your internet!!!
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
I have started integration of my script that handles the actual locking down of the internet to the control panel of my device. I've had this script way before and I am just modifying the code so it can be triggered from the hardware. Just a bit more and I'm almost done with the software part.
I have improved the client server code communications as the previous iteration was unreliable.Now, instead of both being connected all the time, the server just waits for the client to connect. There are now also timeouts which are handled at both ends.I am actually not sure if what I did is correct. Socket communcations are new to me. It works reliably though.
It took some time to wrap my head around how to structure my program for back and forth serial communication between my device and my control panel Python script. I'm mostly used to using high level packages that does these kinds of things for me but for this ptlroject I really forced myself to try abd be as low level as possible without relying too much on external libraries. It's mostly for the sake of learning.It's working now. Now the device can request for updated versions of the task list. This way I can edit the task lists from my computer and the device will automatically retrieve them.
I have recently finished the overall program flow that I want the device to have.
The flow goes like this:
There are still stuff to be done like determining incorrect answers and what will happen if they are chosen. Shouldn't be too difficult.
The different functionalities I have in mind for the project have already been coded and tested in different shapes and form. I did this because I wanted to see first if what I wanted to do was feasible. Luckily, they are.
What I have so far:
All I need to do now is to combine these all together into a fully functioning system. There are still a lot to do but at least there are now fewer unknowns.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
It's cool that you decided to make a device like this. As for me, this is a really necessary thing. I also use the app https://www.mspy.com/parental-control.html, which helps me control how much time they spend on the Internet and what sites they browse and much more. I hope you managed to make this device.