Program to Detect Games Over Network

  • Thread starter Thread starter Flying Penguin
  • Start date Start date
  • Tags Tags
    App
AI Thread Summary
Detecting games running over a network can be challenging and largely depends on the specific game and the ports it utilizes. Firewalls can block certain ports, complicating detection efforts, especially if a game operates on common ports like port 80 (HTTP). To identify active games, one effective method is to run a server for the game, which can provide insights into the number of active sessions. Additionally, using packet sniffing tools can help monitor network traffic and identify the protocols used by specific games. In a switched network environment, a port monitor may be necessary, and setting the network interface card (NIC) to promiscuous mode can facilitate the sniffing process. Overall, understanding the network setup and the specific game protocols is crucial for successful detection.
Flying Penguin
Messages
22
Reaction score
0
Is there a program that can detect games running over a network? Kind of like the "Find LAN games" option you'll find in a network game, only to find any games at all?
 
Computer science news on Phys.org
It depends on the game and what port it uses. Any decent firewall can block ports, but you need to find out which ports the game is using. If the game uses port 80 (HTTP) or any other common port then your out of luck.

Here is a list to start off with:

http://www.portforward.com/cports.htm
 
i think the only way to know how many games are running over a network would be if you were the server are apart of the network- say you wanted to make your computer a server for a game network, the software you would be given to make your computer the server would be able to tell you how many games were running on your server- i know a little about how this works maybe you could specify the game and why..
 
You could use a sniffer and look for the protocol that any specified game was using on the LAN.

If the LAN is a switched environment (layer 2 switching) then you would have to use a port monitor on one interface on the switch, and set you NIC to promisceous mode. If the LAN is 1 brodcast domain then you just need to se your NIC to promisceous mode and start sniffing :-)
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top