Questions tagged [embedded]

An embedded system is a computer system designed for specific control functions within a larger system.

Embedded systems contain processing cores that are typically either microcontrollers or digital signal processors (DSP). The key characteristic, however, is being dedicated to handle a particular task. Since the embedded system is dedicated to specific tasks, design engineers can optimize it to reduce the size and cost of the product and increase the reliability and performance.

Source: wikipedia

66 questions
0
votes
3 answers

registering hostname using DHCP

I am working on the development of a network device. When it boots up, I want it to register a domain name on the network so that a customer can easily browse to the webserver interface. Eg. http://device-name I tried including the hostname in DHCP…
None
0
votes
1 answer

How can I see what is the number of embedded objects used by a site in html from a wireshark trace?

I have recorded a wireshark trace and visited some websites. I exported the trace as a CSV file. How can I see the number of embedded objects in each of the sites I visited? Thanks.
Daniel Kobe
  • 313
  • 2
  • 3
  • 8
0
votes
4 answers

Embedded devices hardware comparison

Not sure if this is a 100% serverfault compliant question, but here goes: I need to choose the hardware for an embedded device I plan to develop and I'm looking for tips. Ideally there'd be a comparison matrix website, or even just a comprehensive…
Tom Wright
  • 914
  • 3
  • 12
  • 25
0
votes
2 answers

Design for wire between server and access point and RF to endpoint device

We're about to design an inhouse industry network consisting basically of the following: 1 server connected via wire to up to 100 proprietary RF access points (basically embedded devices), which each can be connected via radio to up to 100 endpoint…
0
votes
1 answer

Ssh without password to Embedded read only device

I want to be able to retrieve values from an embedded device every minute. Currently I have a script that does this over ssh but I have to type in the password for the embedded device every time I connect to it over SSH. The embedded device is read…
0
votes
1 answer

Manipulating root files in images without being root?

In our environment we have linux developer PCs and several embedded boards. The embedded boards are booted from an image. Those image files should be created/modified on the developer PCs. Mounting is no problem: mount /scratch/image.img…
flolo
  • 502
  • 4
  • 10
0
votes
1 answer

Strange issue on netadapter lantronix matchport bgpro

I'm connected to a switch on a LAN, i've tested my matchport on others network and i've not accused this problem. On this istead i seen a lot of UP and DOWN of eht0 on startup. Someone know something about this? # Sv Filename Line Description …
0
votes
1 answer

mysql with dom and sd cards loss data

I have a problem with a MySQL application that write on a SD card or a Compact Flash. After a data loss (a power failure, for example), if I try to retrieve the data of my db, it fails and the error code is incorrect format table. If I try to see…
0
votes
1 answer

How should a HTTP server treat requests that specify a protocol higher than HTTP/1.1?

I have created a HTTPS server from scratch for use in an embedded application. At present it is able to distinguish between HTTP/1.0 and HTTP/1.1 when it receives a request, and it then subsequently handles the request accordingly. For example, the…
Trevor Page
  • 121
  • 9
0
votes
1 answer

Could an ISP selectively block .png, .jpg, .js, .css and others from internal HTTP server?

This is a bit of a specialist question as it concerns a very small embedded web server as opposed to a conventional web server (e.g. Apache, IIS) and it's more to do with the routing through the ISP. I am the programmer responsible for implementing…
Trevor Page
  • 121
  • 9
0
votes
1 answer

Windows 7 Embedded Standard Offer Remote Assistance Issue

I have run into an interesting issue with Remote Assistance on Windows 7 Embedded Standard. I am able to create a Remote Assistance Invitation and use this to connect from a technician PC, but when I attempt to run msra /offerra and specify the…
Mike Soule
  • 159
  • 1
  • 12
0
votes
1 answer

Setting up access to FTP server and SSH server using hostapd access point on embedded system

I've recently designed the circuit board for an embedded ARM system, and the next step is to work on the software to run on this hardware. I've generated the root file system using Buildroot. I am using the Linux 3.0.4 kernel compiled using a…
0
votes
1 answer

ionice or chrt for Bonnie benchmark

I am running Bonnie benchmark on an embedded device and I am getting variable results for every run. I am contemplating using ionice and / or chrt to get around it. Can you suggest which option is better ? ionice or chrt ?
Ankur Agarwal
  • 457
  • 1
  • 6
  • 15
0
votes
3 answers

What could this error mean?

I am having trouble with embedded linux system which keeps outputting this error: libdirac_encoder.so.0: cannot open shared object file: No such file or directory' Any idea what this error means? What is the file libdirac_encoder.so.0 for? What is…
Richard Knop
  • 1,149
  • 2
  • 20
  • 34
0
votes
3 answers

Low-power/cost embedded device hardware

I'm new to the embedded device world, but I've got an idea I'd like to try to implement. I found an integrated circuit that will give me the input I want, now I need to find a device to log the data coming in from the circuit (a couple floating…
Pete
  • 143
  • 4