There is a big difference; what exactly are you asking for? If you want someone to make the app, you should post in the "Job Offers" Forum.build or find
[Please correct "to bed" with "to be", otherwise the meaning of the sentence, in Italian, is very unpleasant]Sure, hope to bed based on mobile app with each student.
In the second case, you can try the work of @Mondlane06to build or find
Many thanks Mr. LucaTry this one:
https://www.b4x.com/android/forum/threads/simple-wifi-library-updated-v-3-07-09-05-2018.76233/
(there are others too)
No, I just searched for code or libraries that fit your purpose (and I didn't search much, you might find better and/or newer stuff)Many thanks Mr. Luca
I downloaded the library.
Are you have any very simple code to just read all available wi-fi in the area and show them in edittext box, please.
I'll complete searching in this text/string for what wi-fi that I need.
Best regards
What about they have to scan a changing QR code you have in class?Attendance App
Sure, I'll use to things together,It seems like this method would be very easy for students to deduce and circumvent simply by renaming their home wi-fi SSID to match.
A more secure method would be to get the GPS location of the device and then calculate the distance to your school's GPS location. This is still fairly easily spoofed but requires more effort than changing a wi-fi name.
The best method would be for you to set up a simple server on the school's LAN which the phone can send a challenge request and the server can respond accordingly. This method is much more complicated to circumvent.
Sure, QR code can give good result, but the problem with me that I need to make QR is dynamic (i.e. say on tablet) that mean extra cost of leaving tablet only for this purpose.What about they have to scan a changing QR code you have in class?
(sorry, I misunderstood the meaning of "assistance" in previous post)
The second solution (server on same LAN), I have problem that I can't dedicate PC as server, and PC may suffer from more accessing from huge student's mobiles and may one left his access to the LAN and take place on that LAN.It seems like this method would be very easy for students to deduce and circumvent simply by renaming their home wi-fi SSID to match.
A more secure method would be to get the GPS location of the device and then calculate the distance to your school's GPS location. This is still fairly easily spoofed but requires more effort than changing a wi-fi name.
The best method would be for you to set up a simple server on the school's LAN which the phone can send a challenge request and the server can respond accordingly. This method is much more complicated to circumvent.
Yes, this is a good solution, but not all students have mobile with NFC.Scan a NFC card you have in class?
I never said it had to be a PC. It could be something like a Raspberry Pi 5 running a java server you've written which would be a low-cost, low-footprint solution.I have problem that I can't dedicate PC as server
I think even a second hand PC can be use as a server. It doesn't need to be high spec.I never said it had to be a PC. It could be something like a Raspberry Pi 5 running a java server you've written which would be a low-cost, low-footprint solution.
The server broadcasts a UDP packet the phones look for that contains its IP and port, then the server monitors that port for connections. In my limited experience with Pi's it should be able to handles dozens of simultaneous requests without issue.