Home > Software engineering >  How to detect the current program is running in the Internet bar computer environment?
How to detect the current program is running in the Internet bar computer environment?

Time:10-01

Company asked me to write a program, this program will not run in the net cafe environment, but I really don't know where to start
Started thinking I was from the charging system of Internet cafes, but found that Internet cafe charging program too much, can't distinguish one by one, and I can't know all the Internet cafes charge application process name.
What to do, support a move experienced brothers

CodePudding user response:

Directly from the IP? Such as more than 20 IP the same network segment is thought to be the Internet bar?

CodePudding user response:

reference 1st floor xuddk727 response:
directly from the IP? Such as more than 20 IP the same network segment is thought to be the Internet bar?

Company and some community also is such, but not in the net cafe

CodePudding user response:

Then you have to come up with a characteristic come, such as what software installed? Which is common characteristics such as the library or something, otherwise you how to judge

CodePudding user response:

Secretly open the camera, take a few photos, and then use OpenCV or TensorFlow identify if there is one of the following items in the photo, judged to be in the Internet cafe:
Instant noodles, cigarette case, cigarette butts, pizza, coke, beer, tattoo, smelly feet, display of online games, online games posters,...


CodePudding user response:

reference xuddk727 reply: 3/f
come then you have to come up with characteristics, such as what software installed? Which is common characteristics such as the library or something, otherwise how do you distinguish

Yes, I am also in this line of thought,
1. Get the IP segment of Internet cafes, but I don't have the resources to
2. Obtain Internet cafes proprietary process, such as charging time process, but this is too difficult, unless to run Internet cafe one by one, but still not complete

CodePudding user response:

This should be no perfect realization plan. But you can from several aspects, gradually improve your this database
1. IP database for the network IP, and according to the IP database to determine whether Internet cafe
2. The process of the database. The mainstream of Internet cafes may install management software process name.
3. The host scan. (is hair ping packets, scan LAN, see online host number)
4. The machine installation program list scan, general installation all kinds of game will be a lot of Internet cafes machine, the hit rate is expected to higher.

CodePudding user response:

It is difficult to accurately, or to do a security design, inserted u disk, CD,,,
  • Related