Programming :: How To Monitor The Applet Development

Sep 20, 2010

The embedded hardware is working nicely, and even the antique laptop is now running smoothly using tinycore linux. The device pumps out packets of data at roughly 128 bytes/second (two packets, one 56 bytes, the other 72, alternating every 500mS).

I'd like to create a more general purpose application for monitoring the data being logged. It is a simple matter to have the back-end application write a log file of incomming data, or be a little more sophisticated and just write out changes from the previous packet. The difficulty is that the existing curses-based cli application reads directly from the serial port and can only be run from one place at a time. Once data has been pulled off the port it's not available any more.

A database for logging the data is not necessary, as the application would mostly be used for auditing material consumption, not tracking minute-by-minute usage over any length of time.I could have the existing back-end app. write data to a file accessible through a web server, and allow interested parties to download the information. This would be greatly enhanced by a small front-end app. that can request the data and format it for a more sensible display. Alternatively, is there some way to open a socket (I'm out of my depth here) so a free-standing application could simply request the data, and do the front-end formatting? This presents problems in that it wouldn't be multi-platform capable.

View 2 Replies


ADVERTISEMENT

Ubuntu :: CPU Frequency Monitor (applet From AWN)?

Oct 11, 2010

A week ago, after some daily update, my cpu frequency monitor stopped working, i'm stuck with 800 mhz now Yesterday i upgraded to 10.10 version, but this applet still doesn't work. or maybe there are alternative programs that change cpu frequency as well? I was looking in software center, but found only monitors so far.

View 1 Replies View Related

Programming :: Which Distribution Is Best For Web Development?

Jun 20, 2010

I need help with choosing the right distribution for web development.My potential future employeer wants me to give him some ideas, We are going to create a new catalog website, using a CMS,So I need to know some good solutions,

1. Which CMS to use for such a website, my idea is Joomla!

2. Which platform would be effective, here's where I need to ask you, as I know only a little about Linux distributions. But my idea is openSUSE so far.

3. Which development tools to use, for PHP scripting and MySQL(also xhtml and css).

View 2 Replies View Related

Programming :: Python With Web Development ?

Dec 17, 2010

I have decided to learn python as it seems to be powerful not just for web development (like php) but also a clean powerful language for other puposes.

Q: Can someone suggest a tutorial or book, on learning python (beginner to intermediate) which has as its focus for learning, web development?

In order of preference: 1. Comprehensive, 2. Online, 3. Free

View 2 Replies View Related

Programming :: Use For Open Source Development?

May 19, 2011

I wish to start development for the open source projects. And going to start working on some project in C/C++ and shell/python scripts. I wish to know the best suitable development environment for this purpose? What about eclipse? I will be interacting with git, make and other open source utilities.

View 2 Replies View Related

Programming :: Design And Development Of A KEDB Using PHP

Oct 5, 2010

I am designing a KEDB (Known Error Database) which I am currently maintaining with MS-Excel. I want to develop a Web Application to accomplish this task in a more convenient and effective way. Well, you guess, the client should be happy to see how we provide support more effectively...? I want to make it ITIL-Compliant. I (optionally) want to provide the Problem and Change Management facilities within it in a way that the concerned teams and the management can find the KEDB very useful for their work also. I am going to do it entirely in PHP and JavaScript for client-side validations wherever needed.

View 3 Replies View Related

Programming :: Operating System Is Better For Web Development?

Jul 13, 2010

I am wondering which operating system is better for web development between Mac, Linux, and Windows? I want to code in HTML5, PHP, MySQL, and also use AJAX.

View 11 Replies View Related

Fedora :: Which Package Provides Gnome-system-monitor Applet

Nov 4, 2010

can anyone please tell me which package provides the gnome system monitor applet (the one which can display cpu load and disk I/O in the tray)?I run XFCE on F14/x64 and would like to display it using the XfApplet.

What i've tried already:
*) Installed the "GNOME Desktop Environment" --> Nothing changed
*) did a yum provides "/usr/lib64/bonobo/servers/*" to check which packages are providing applets - didn't found anything which sounds like the system monitor applet

The XfApplet shows up a bunch of available applets but not the system monitor ...

View 7 Replies View Related

Programming :: Use The Offical Development SDK, Rather Than Hacking The Phone

Dec 10, 2010

recommend a good book to start learning iphone/pad development. I want to use the offical development SDK, rather than hacking the phone.

View 1 Replies View Related

Programming :: Newbie To Start Driver Development?

Mar 14, 2010

I want to know where to beging with I want to start Device driver development.Any good link or book.

View 4 Replies View Related

Programming :: Rapid Web2.0 Development Framewor

Feb 22, 2011

I had a few ideas for simple online sites that would be perfect for the whole facebook notifications / android app style of integration. I could start with vi and write a php website, but I've no idea what standard frameworks are available for the more rapid development of sites like this. integrating with openid / google accounts etc... what tools are people using to put together these big blocks of drop in functionality and then tieing together with hopefully surprisingly little code? I'm aware of Django to some extent, should I be digging deeper into this?

View 1 Replies View Related

Programming :: Which Scripting Languages To Use With Distro Development?

Jun 29, 2011

i'm wondering which scripting language is better for distro related activity such as cron jobs , startup scripts and similar things.why is bash mostly used ? is it because of efficiency ?what about perl , python or php as potential successors to bash ?

View 14 Replies View Related

Ubuntu :: System Monitor Applet Didn't Show Anything Before Crash

Jun 8, 2011

my Dell OptiPlex 990 running Ubuntu 10.10 64bit is freezing irregulary after using firefox.The screen and the keyboard are frozen, all i can do is moving the mouse cursor, but i can't click at anything.The System monitor applet didn't show anything before the crash. I couldn't find the logs for the time before the freeze startetd.

View 3 Replies View Related

Programming :: Web Development - Command To Search String Through Files On A Server?

Apr 8, 2009

I am web developer I have this command find . -exec grep "Improve your score" '{}' ; -print for searching through files . I found this command but now i would like to tweak it to gain more out of it.

View 2 Replies View Related

Programming :: Creating Gnome Panel Applet?

Mar 12, 2010

I need to be pointed in the right direction on how to do this project. I simply want a gnome panel applet that will run constantly and, when clicked, will display an IM style list of I.P. addresses that are active on the network I am currently connected to. It should be able to have a configuration menu that will allow the user to specify a subnet mask, and frequency of scan. I am looking for something that will return something similar to the output of:

Code:
nmap -sP xxx.xxx.xxx.xxx-xxx

My question is: What language should I learn to make this happen, and is anyone willing to mentor me through the process?

View 1 Replies View Related

Programming :: Java Applet And Displaying Text

Mar 13, 2010

Im having various problems with the graphic printing features for applets.

In this immediate applet, when I print and update the previous line bleeds through the next line. I tried printing a series of spaces to clear the first text, but it doesn�t work.

Code:

View 8 Replies View Related

Programming :: Java Applet - Network Printing Isn't Working ?

Jan 28, 2010

Our Company is using a ERP solution in linux platform, now we are facing a problem with remote printing Linux to Linux, Linux to windows and windows to linux

I have an EPSON LX1050 printer setup via parallel port in linux machine .Recently we purchased RTextPrinter driver (Text mode printing for the Java platform)

I can print java app via Linux Local system, windows local system and windows to windows .But Network printing isn't working

The following the java class path of local and network printer setup

Local printing code : it's working

Note: /dev/lp0 Linux local printer

Remote Pronting code: not working

Showinf error:

They are providing one example code is:

This is a very simple example:

Command set

View 2 Replies View Related

Fedora Networking :: Network Manager Applet (/usr/bin/mn-applet) Needs Default Keyering

Dec 5, 2009

I use network manager applet 0.7.1. I had set the automatic wireless connection to my my wireless network (WPA key secured). Recently, I get the following problem: At the automatic connection, I get the message: Network manager applet (/usr/bin/mn-applet) needs default keyering. As I don't know what it is to type it and then, deny or OK, it doesn't get connected to my wireless network.

View 5 Replies View Related

OpenSUSE :: GNOME Network Manager Applet Cant Export Vpn Configuration (nm-applet)?

Mar 28, 2011

I cant use the option "export" from the VPN settings in the Gnome Network Manager, when I tried to export a popup says "Unknown error"This happend also in 11.3 and now in 11.4, so it is a nm-applet problema I think... Is there any other way to export my VPN connections?

View 5 Replies View Related

Ubuntu Installation :: Can't Move Indicator Session Applet To The Right Of The System Date/clock Applet

May 6, 2010

I thought I was removing the chat status piece of the indicator applet (I know what it is now, didn't then), but I accidentally removed the whole thing. Now when I figured out how to put it back on the panel, I can't get it back to where it was (which was to the RIGHT of the system date/time applet). How can I do this as well as move the indicator applet that has the volume control in it?

View 4 Replies View Related

Ubuntu :: Can't Get Indicator Applet And Session Management Applet Working

Jul 9, 2010

After some updates I can't get indicator applet and session management applet working, I get these instead:

I tried to pull back any updates, but it changed nothing. I installed older (lucid) versions of these packages:

Code:
indicator-applet
indicator-applet-complete
indicator-sound
indicator-applet-session

[Code]....

View 9 Replies View Related

Ubuntu :: Conflict Between Indicator Applet And Notification Area Applet?

May 15, 2011

I was using both the Indicator Applet and the Notification Area applets in my panel but realized that very often when I started the system, the icons of these applet appeared mixed. Some items were duplicated (for example the keyboard indicator) where others were missing (sometimes the battery indicator, sometimes the sound indicator, etc). When that happened I had to remove them and add them to panel again.

This seems to be a bug that makes one applet interfere with the other (maybe because there are some items that appear in both but when you add both initially nothing is duplicated but after a system restart the problem happens).After searching for some way to fix this apparent bug without success I decided to remove the Indicator applet and keep just the Notification Area.

It works but then I don't have the sound applet anymore, because it was part of the Indicator Applet.
I searched for a standalone sound applet but I couldn't find any. Do you know of any such applet that I could install in the system? If I can find any it would be fine to me and I would be satisfied using just the Notification Area.

View 1 Replies View Related

Ubuntu :: Lost Indicator Applet Or Mail Applet?

Dec 21, 2010

Had ubuntu for a few years left came back last month. I lost the indicator applet in the panel. I don't know what I did to get it back. I feel like this is a very very simple thing to fix but I just can't find it. Here is a pic of what i'm talking about.

View 3 Replies View Related

Ubuntu :: Restoring Nm-applet To 10.04 Indicator Applet?

May 3, 2010

I removed the "indicator applet" from the default gnome panel at the top of the default Lucid desktop. Doing so resulted in me losing the ability to control the sound from the panel, which I value so I put it back.Once I restored the indicator applet to the panel, the nm-applet went missing. I'm still connecting to my home network with no problem, so the function is there, but the little icon that updates when you're trying to connect, shows signal strength, and other available networks is now missing. This I've searched the problem and haven't found any solutions that work, I think because of the new applet integration, but I'm very surprised this hasn't been found by someone yet!

View 9 Replies View Related

Fedora :: Java Based Chat Or Drawing Site Doesn't Load The Applet - "Start: Applet Not Initialized"

Mar 10, 2011

I'm having trouble with my java, I got it to isntall, restarted but when I go to any java based chat, or drawing site it doesn't load the applet, the applet shows up it just says "Start: Applet not initialized"
Did I install it wrong?

View 4 Replies View Related

Ubuntu :: Add Nm-applet To Indicator Applet

Jun 21, 2010

the network manager applet is in the notification area on the gnome panel. I was wondering if it's possible to move it to the Indicator Applet?

View 1 Replies View Related

Ubuntu :: Sound Applet Dependent On Unwanted "notify" Applet

Apr 27, 2010

Lucid has this (opinion: stupid) notification applet in the top right that contains links and notifications for the default evolution etc setup. I do not want that applet and would prefer to run what I want via alltray. The problem is that removing the notification applet removes the sound applet! Firstly, how do I "unmarry" the two? secondly, who could have possibly thought that was a good idea? Ubuntu has been great, but c'mon! Why is a default email program married to the sound applet!

View 2 Replies View Related

Programming :: Java Applet Not Loading Image With Relative Path But With Absolute Path / Resolve It?

Jul 17, 2009

Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server

View 2 Replies View Related

Programming :: How To Determine If VGA Monitor Plugged In

Sep 2, 2010

Does anyone know a way (hopefully a standard/generic way, e.g. through sysfs the interface) to determine if a VGA monitor is plugged in on Linux?

View 2 Replies View Related

Programming :: Monitor A File When Ever Anything Updates?

Jan 25, 2010

I am looking for a way to monitor a file, when ever anything updates. an email gets generated

View 1 Replies View Related







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