Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7165523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:15:48+00:00 2026-05-28T14:15:48+00:00

I am going to make mobile device detector using a single board computer (SBC)

  • 0

I am going to make mobile device detector using a single board computer (SBC) running a Linux based OS. The SBC will have a USB/802.11 wireless adaptor. The SBC will be a DHCP server. The mobile device will join the wireless network (adhoc or infrastructure, it doesn’t matter) of the SBC. When the mobile device joins the network, the SBC will detect it. It will check the MAC address of the incoming mobile device with a set of accepted addresses. If there is a match, the SBC will execute a command.

I have basic Linux knowledge. I can’t write shell scripts but I know C++/Qt. I don’t know where to start. Do you know relevant command line utilities or libraries to use in this project?

P.S: Maybe I only need a way to detect when dhcp client list changes. Together with mac address filtering, this may work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:15:49+00:00Added an answer on May 28, 2026 at 2:15 pm

    You can use nmap to discover your network. Here you can find some examples.

    Then you should parse it’s output. E.g.:

    while true; do
        nmap -v -sT 192.168.0.0/24 | fgrep "YOUR_SEARCHED_IP" && \
        echo BINGO "YOUR_SEARCHED_IP" IS IN THE 192.168.0.0/24 NETWORK
    done  
    

    And nmap has an -sn option to skip the port checks.

    Even better you can use ip neighbor show to see your neighborhood networks IP address.

    Or you can use a simple ping test, like:

    for ip in $(seq 1 254); do 
        ping -c 1 192.168.1.$ip>/dev/null && \
        echo “192.168.1.$ip is UP"
    done
    

    And you can combine it with nslookup to see the hostnames.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Going to make an applications wich will be used on a device without a
I'm about to start developing a site that will have a regular and mobile
I've JUST gotten a bit confused. I'm using Jquery mobile and: <meta content='width=device-width, minimum-scale=1.0,
I'm developing a mobile application using jQuery. On Microsoft Azure, I have an Asp.Net
I'm going to make an application (in Swing) that uses a tree to visualize
I'm probably going to make myself look like a fool with my horrible scripting
I'm developing a system in Ruby that is going to make use of RabbitMQ
my NetBeans has ugly fonts in interface. I'm going to make antialiasing for it.
To make this more clear, I'm going to put code samples: $file = fopen('filename.ext',
I've been going through the process of cleaning up our controller code to make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.