Software :: Bluetooth Want To Test Program I Am Working On?

Jun 6, 2010

Basically, it is a Bluetooth scanner that is designed to do just one thing, scan for discoverable devices in range and record their MAC, name, and the time/date they were found to a log file. There are only a few options, it is pretty much a set it and forget it sort of thing. The only requirements are BlueZ (3.x or 4.x), and that your computer has a Bluetooth device that is supported by Linux.

Obviously you will also need at least one device to scan for, and the more the better. If you want to take a walk through your mall while running it and seeing what you found, I would be ecstatic. A word of warning, I am not a very good C programmer and I have no doubt that there are mistakes in the code and improvements that could be made. You can download the source and get a little more specific information about it from: [URL].

View 10 Replies


ADVERTISEMENT

Programming :: Test Program Without Making A Copy Outside The Git Working Dir?

Jan 30, 2010

I was windering, if you are writing a C program, I don't think you are supposed to commit the .o files and executables. How can you test your program without making a copy outside the git working dir?

View 3 Replies View Related

Ubuntu Networking :: Bluetooth Not Working With USB Bluetooth Stick / Resolve It?

Apr 24, 2010

When i connect to my laptop a bluetooth usb stick, the bluetooth could not be turned on.
the bluetooth dameon is on, and when i press the turn on button, nothing happens.
in windows the stick works fine.

View 1 Replies View Related

Hardware :: Program To Test DVD Burner

Mar 2, 2010

I'm in doubt whether my dvd burner is working properly. Do you know of a free of charge program to test it fully?

View 2 Replies View Related

Programming :: Test Program To Get The CPU Utilisation

Mar 9, 2010

I wrote a test program to get the CPU utilisation. I hope to extend it to take cpu utilisation on multi core machines. Hear I used the equation for taking cpu utilisation given at [url] of JmSchanck post. But when I match the output of my program against 'top' and 'system monitor' output it seems quite high. Sometimes cpu utilisation goes more than 100%.

So the given equation in that url is correct? can anyone give me the equation to take CPU utilisation?

Code:

View 3 Replies View Related

Programming :: Passing Input To Program For Test

Apr 13, 2011

I started to run a C++ my program in Linux and I don't know how to test my program that works fine with a text file. This is a project for my uni and to explain more clear, My program is a sample database for modify or add and search and it read data from a binary file and also write into a binary file. I have got an input from my lecture and she said after compiling in Linux I must write:

1-to compile:
Code:
g++ (files with cpp)
2-to see the output:
Code:
./a.out
3-to test with input:
Code:
./a.out < input.txt >

My problem is in step three. What I must write in the command part after" step2" to see the output?

View 3 Replies View Related

Programming :: Script To Test If Program Is Running

Sep 22, 2010

I'm trying to test whether wget is working still or not. While [ wget is still running ] <----- but how should this look please?
do
codes
done

View 4 Replies View Related

Ubuntu :: Test Program Not Running On Openmoko Phone

Dec 3, 2010

I am running ubuntu-9 on i686 and cross compiled simple hello.c program with arm-linux-gcc (handheld/arm-linux-gcc-3.3.2.tar.bz2]) for arm , but unable to run it on openmoko neo free runner phone.

View 1 Replies View Related

Software :: Test / Cleanup Program For Ubuntu System?

Apr 9, 2010

Have Ubuntu & it was working well, but has become slow, 'greys out' on me regularly - eg. pic loses colour & nothing will respond for a few or more seconds. Also 'Ubuntu Software Centre' & "Synaptic' thingy come up with errors, saying can't install or uninstall progs. Although it seems they may do it OK despite saying they can't. Have Computer Janitor installed, but this is no longer working at all. So... is there a program or such that I can use to test/clean out the system?? For that matter, is there a program for testing hardware, as I'm not sure if it's an indication of unhealthy hard drive or such?

View 1 Replies View Related

Software :: Finding A Network Performance/stress Test Program?

May 14, 2010

I'm looking for a Linux program that will do some simple network performance/stress testing.

View 3 Replies View Related

Software :: Looking For Bluetooth Advertising Program On System?

Nov 6, 2010

I am looking for a program that sending a content of a directory to a any bluetooth device (laptop,cellphone,...) in my laptop range can any one suggest me any graphical or command line program.

View 2 Replies View Related

General :: Compile And Link A Program To Test Parapin - Undefined Reference

Dec 17, 2010

I'm trying to compile and link a program to test parapin.

Code:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "parapin.h"
int main(int argc, char *argv[])
{ ...
[Code]....

It looks like the library is found (no error anyway) but the functions in it are not seen. Text at the beginning of libparapin.a includes function names as used in the test program, and parapin.h declares them.

View 2 Replies View Related

Programming :: Simulate A Serial Protocol In User Space Program To Test Reception Algorithm?

Jul 28, 2010

I want to simulate a serial protocol in user space program to test reception algorithm. The protocol is similar to UART protocol but frame format is different. The duration of 1 bit is 114,46 us. In my main function I'm creating two threads. Tx for simulating transmitting data and Rx for reception data. For measure time I use create_timer() function and signals. Each thread has its own timer and signal handler. Tx timer uses SIGUSR1 and Rx timer uses SIGUSR2. Tx thread sets the global variable and Rx reads it.

The timers are set to sample with 114,46 us period. When they reach this value signal handler should set the flag. Flag is check in thread and some operation are made. When I set the timers period for longer time (100 ms) everything works fine but when I change it to default value (114,46 us) the Rx thread doesn't receive the proper data. I am wondering if the 114,46 timer period is possible to simulate in user space? Whether the time will give me the proper resolution ? Theoretically it should provide 1 ns resolution.

View 3 Replies View Related

Ubuntu :: Add These Lines In The Test.cfg, But Its Not Working?

Mar 22, 2010

IM using Ubuntu 9.10 running from USB,

My current text.cfg --->

default live
label live
menu label ^Run Ubuntu from this USB

[code]....

i tried to add these lines in the test.cfg , but its not working. i do hav these folders and files with in the disk,

View 1 Replies View Related

Fedora Hardware :: How To Test If Mic Is Working

Feb 5, 2011

Code:
Fedora 14 xfce
2.6.35.10-74.fc14.x86_64
HP Mini 210

arecord -L
default
Default
front:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog .....

I was trying to make a skype call to someone. However, I can hear them, but they can't hear me. I did a skype sound test. And discovered it was my mic not working. However, I can't see any configuration to see if my mic is muted or not.

View 2 Replies View Related

Networking :: How To Test If Bind9 Really Working

Dec 15, 2010

Set up a server with Bind, Dovecote, Apache etc. Registered a domain and made all the necessary things for it to work. The server can send/receive mail on my domain, but when I try to look up the site I have it returns a lookup failure. I know Apache is working as I can browse the site when I used my ip address but I can't when I use the domain name. Anyone got a few tricks I could try to dumb down and find the possible failures I did when setting this up?

View 7 Replies View Related

Hardware :: Any Way To Test If RAM Is Working / Stable

Jan 22, 2011

I'd like to ask you if there is a way to test if RAM modules are working/stable. I don't mean memtest86+ test, my previous motherboard crashed after inserting another module (problem could not be specified/or/and was in RAM, so I got new ones from seller). So now I'd like to ask you, if there is some way to determine if RAMs are working and stable. I don't know any other way than applying them to them motherboard and testing, but now it really is not what I want to do. Maybe there could be some device which can test them, or something.

View 4 Replies View Related

Debian :: How To Test Whether Java Working On Computer

Mar 13, 2010

Install Debian Testing (KDE4, 2.6.32-trunk-amd64) and java with aptitude install
sun-java6-bin
sun-java6-fonts
sun-java6-jre
sun-java6-plugin ia32-
sun-java6-bin

View 2 Replies View Related

Ubuntu Security :: How To Test That Apparmor Is Working

Oct 9, 2010

So I activated the Firefox profile:

Code:

And restarted Firefox (even rebooted), but it doesn't seem to be working. When I open Firefox I am able to perform a "Save Page As" in locations I shouldn't be able to, like my Desktop or Pictures folder.

The following command says the Firefox process is in enforce mode:

Code:

Of the following lines, the only directory which is "rw" is /Downloads, why am I still able to write to other places?

Code:

OS: Ubuntu 10.10

Can someone with an active Firefox profile do this simple test for me? Click File -> Save As and try to save somewhere the Apparmor profile shouldn't let you, and let me know the results.

View 9 Replies View Related

General :: Bluetooth Is Not Working

Aug 27, 2010

Recently i install fedora 13 on my dell laptop 1555 , and got to know that the bluetooth of my laptop is not working , when i click turn on bluetooth nothing is happen . u guys share our skill how can make my laptop bluetooth working

View 1 Replies View Related

Red Hat :: Bluetooth Adapter Not Working

Apr 19, 2011

I am trying to get my bluetooth adapter to work in RHEL. The adapter is a Kensington Micro (K33902US). The system detects the device, but it fails to find any networks when I do a scan using hcitool. Also, I wrote a small C program to do the same, with the same results (no network found). The bluetooth manager appears in the panel, but when I right-click, the only option I have is to check/uncheck "Discoverable". I have tried restarting bluetooth using "service bluetooth restart" to no avail.I tried borrowing an adapter from a friend (some DLINK) that seemed to work fine for both hcitool and my program. The problem just seems to be in Red Hat's ability to use this particular device.

View 1 Replies View Related

Ubuntu :: Skype And Kdenlive - Test Video Not Working

Aug 14, 2010

I have an issue with Skype video similar to this thread [URL] where the test video doesn't work and I only see a white screen from my own webcam. The receivers can see my video and I can see their video, however. Video from my webcam works fine in Cheese and Guvcview. It seemed to start after I loaded the Compiz-config-settings-manager in an effort to fix video tearing (didn't work). Also Kdenlive now crashes every time I try to run a clip, but it was working great before. Even if I remove CompizConfig I still have the problem.

View 1 Replies View Related

Ubuntu Multimedia :: How To Test Microphone Working Correctly

Jun 17, 2011

I have a Logitech ClearChat Stereo headset, and can hear music playing with the headset connected to the PC speakers (external Logitech). Have setup Empathy to be able to talk to someone using Google Talk. It seems to have been setup correctly, as I can see 2 contacts in the offline list. I don't have PulseAudio installed (I think ??), and can see only System | Preferences | Sound , which doesn't show me much. Here are the settings at present (inboard audio card) ..

Code:
:~$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0 .....

How can I test that the microphone is working correctly?

View 2 Replies View Related

General :: Media Test Failure - Cfdisk Not Working?

Aug 25, 2010

Dell Mini 9 Netbook with Windows XP OS died. It has a 16GB SSD. I was in the middle of installing HP printer software when it shutdown unexpectedly. Then upon turning it back on it says something about a media test failure, check cable and then Operating System Not Found. I've been able to boot using Damn Small Linux using an external cd drive.

When I type 'fdisk -l' I get:
Disk /dev/hda: 15.4 GB, 15408046080 bytes
255 heads, 63 sectors/track, 1873 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda doesn't contain a valid partition table

My wife has lots of pictures on the drive that she would like so I took it to a couple data recovery places and they were charging anywhere from $1000 just for jpegs up to $2600 for all files retrieved. That's more than I can budget for this. So my wife accepted the fact that the pictures are gone, but I figured I might as well try what I can because we have nothing more to lose.

I thought I'd try to get a hard drive cubby and attach it through USB to a working PC, but apparently Dell's SSDs are proprietary and the design is not accommodated. I thought maybe just the partition table information got erased somehow, so I tried using gparted and it found nothing. Whenever I use cfdisk and create partitions, I quit cfdisk after writing and it still says there is no valid partition table. I have no other ideas as to what I can do.

View 1 Replies View Related

Debian Hardware :: Bluetooth Not Working

Jan 22, 2016

I can't get bluetooth working. When I look into the BIOS, I have Bluetooth enabled. It also shows up in the BIOS-menu's hardware-list. So it should be there somewhere.When I search my system for Bluetooth-messages this is what I get:

Code: Select all:~# dmesg |grep -i bluetooth
[ 1062.629616] Bluetooth: Core ver 2.19
[ 1062.629636] Bluetooth: HCI device and connection manager initialized
[ 1062.629646] Bluetooth: HCI socket layer initialized
[ 1062.629805] Bluetooth: L2CAP socket layer initialized
[ 1062.629820] Bluetooth: SCO socket layer initialized
[ 1062.635075] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1062.635077] Bluetooth: BNEP filters: protocol multicast
[ 1062.635082] Bluetooth: BNEP socket layer initialized

[code]....

View 12 Replies View Related

Fedora Hardware :: Getting Bluetooth Working

Nov 16, 2010

i am kinda new to fedora. just installed 14 on my hp mini 5102. trying to get bluetooth to work and cannot figure out how. it has built in BT.

View 4 Replies View Related

OpenSUSE :: Bluetooth Not Working After Installing 11.1?

Dec 20, 2008

Bluetooth was working in KDE 4.1 in openSUSE 11.0 with no problems. I install openSUSE 11.1 and now the bluetooth icon that should show up in the system tray no longer shows up. If I hit Ctrl + Esc I can see kbluetooth4 in "System Activity". All that's changed is I did a fresh install (I don't do upgrades) of openSUSE 11.1 with the same KDE I was running in 11.0. I would like to know what's broke even if I can't fix it. I hate not knowing why something isn't doing what it's suppose to be doing.

View 9 Replies View Related

Slackware :: 13.37 - How To Get Bluetooth And Blueman Working

Jun 22, 2011

Bluetoothd is running.
bash-4.1# pgrep bluetoothd
25394

But when I start blueman-applet the icon on the toolbar is like white with a red 'x' in the centre of it, which doesn't seem right. I'm using fluxbox as my WM so don't know if that's the reason, but blueman isn't responding when I try to setup the device with gui (blueman-applet). My groups for my user are.

Users wheel floppy audio video cdrom plugdev netdev scanner
Hci0 is up.
bash-4.1# hciconfig
hci0:Type: BR/EDR Bus: USB
BD Address: 11:11:11:11:11:11 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN
RX bytes:2592 acl:0 sco:0 events:75 errors:0
TX bytes:800 acl:0 sco:0 commands:66 errors:0

View 5 Replies View Related

Fedora Hardware :: Skype Video / Microphone Not Working - Test It?

Apr 9, 2011

My Internet videos and sounds work, but when i went into call skype test, they said my microphone was not working. I also tried to test my video and that is not working as well. So I believe my microphone/webcam is not installed properly. How do I check if its installed at all? How do I test it?

View 6 Replies View Related

Ubuntu Multimedia :: [skype] UVC Camera Ok In Test, Not Working In Calls?

Jan 14, 2010

I've a issue on Skype 2.1 beta, my Ubuntu version is Karmic Koala. Well, my camera works perfectly in guvcview and in skype test (I already modified config.xml in my user dir to have 640x480, my cam is Ricoh r5870). OK, as soon as I start my video or I get itautomatically started it goes 320x240 and very bad. I turn it off during the call and I restart it: it works perfectly. Could I solve this issue by telling skype to open the video "just like if it were the second time" ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved