A byte is usually, but not always, 8 bits.
2
votes
0answers
69 views
Need command line / TCP midi player
I'm making a MIDI application with adobe AIR and in order that I might play dynamic real time(ish) output I would like either:
A program which accepts raw midi data on std input and plays it
or
An ...
1
vote
0answers
98 views
Convert cv::mat to string of bytes in OpenCV
I need to implement a function which takes an image and return a file say a text file containing a string of bytes.
What I have done yet is :
#include <cv.h>
#include <highgui.h>
using ...
1
vote
0answers
96 views
Difference between last byte time and response time
what is the difference between last byte time and response time in web applications.
I found
Last byte time: the time in seconds it took to download the final server response
Response time: the ...
1
vote
0answers
58 views
How to read bytes in chunks to avoid out of memory exception? Or something else
after searching and trying to find a solution for 2 days i finnaly decided to post here to ask for help...
I have a code to read and write bytes of a file (like an hex editor) working very good taken ...
1
vote
0answers
247 views
Size of SSRS Report in Bytes is not correct for sending it to the printer
I want to send my SSRS report directly to Printer. For that I have rendered my report into array of bytes and then sent these array of Bytes to Printer.
When printing the report from SSRS print ...
1
vote
0answers
327 views
how to play video from byte array in media player
i'm using usb device connected to my android device
this device send me a buffer that contain video frame
it dose that continuously .
when i receive the buffer i should put specific header into ...
1
vote
0answers
165 views
Read Guitar Pro files with php
I want to parse guitar pro files using php. I came across this question which directed me to a description of the gp4 format.
As I understand, the file is highly readable :), I just need to know the ...
1
vote
0answers
320 views
writing data structure in C# with regards to byte alignment
I have a problem with data alignment in a file that I am creating from C# to be used in a legacy app.
I have all my data stored as a List of structs.
List<CParameterItem> m_Items = new ...
1
vote
0answers
398 views
AudioTrack no sound with tone generation
I'm trying to get Android's AudioTrack play a squarewave with the following code
public Synthesizer() {
bufferSize = android.media.AudioTrack.getMinBufferSize(44100, ...
1
vote
0answers
338 views
Convert byte[] to audio(mp3) using javascript
I'm storing several mp3 files in MS SQL Server'08 as BLOB objects (I use filestream). There's a WCF service which can send one of this objects to html client.
Preliminarily I convert BLOB to byte[] ...
1
vote
0answers
553 views
C# System.Net WebClient.DownloadData - Error retrieving proper data
Perhaps the main issue is where I am uploading to - I am currently using MediaFire to upload my files. I have tested with downloading files of both ".exe" as well as ".png" formats; neither seem to ...
0
votes
0answers
11 views
Bluetooth 3.0 communication p2p. Packet Size MTU 512 bytes?
I'm developing an audio streaming communication between 2 devices (not A2DP): PC and Tablet (Galaxy Tab 2 with Bluetooth 3.0). I'm using a usb bluetooth 3.0 adapter with the computer. PC is programmed ...
0
votes
0answers
4 views
Function to get bytes in & out for an active connection
I'm trying to build a connection table that shows all active connections but i can't find an API function which returns bytes in and bytes out for a single connection. Is there any?
GetTCPStatisticsEx ...
0
votes
0answers
22 views
Byte Addressable Locations
A processor has
24 bit address bus
16 bit data bus
word contains 2 bytes
byte addressable
Peripherals and memory units will be connected and the entire memory space most likely will be used.
There ...
0
votes
0answers
41 views
My ByteArray to String Code doesn't work with Android
For normal Java developing, I use this code to convert a Byte Array to a String
StringBuffer sb = new StringBuffer();
for (int x = 0; x < uid.length; x++){
if (x > 0) {
...
0
votes
0answers
16 views
Cut 4Bit from a 52Bit “Bytestring” in Phython
I've a 52 bit long "bytestring" descibed in this thread:
Decoding Bytestring to Floats in Python
now i want to cut off 4 bit from it so i can convert it back to a 6f with struct.
Anyone any Idea how ...
0
votes
0answers
14 views
Partial Mixing / overlapping of 2 wave files to get one contiguous wave file - non overlapped portion plays ok, overlapped portion gets loud hiss
I am trying to build a tts processor using c# winforms, I have the basic sounds for a certain language pre-recorded the tts part works fine but there ius a gap of about 50ms in the individual sounds ...
0
votes
0answers
13 views
Save bitmap through network
I have tcp server and client written in C#
First the client will capture the screenshot and send the data by byte array (The client is developed by Unity3D with C# script):
byte[] bytes = ...
0
votes
0answers
29 views
Type mismatch: cannot convert from InputStream to Base64.InputStream
I'm trying to convert my image that i intend to upload to the server by converting to a string by using byte 64. However i got error on the is = entity.getContent(); method.
public void onClick(View ...
0
votes
0answers
26 views
Artnet Packet Structure
Dear Software Engineers,
Even though I have found so many Libraries that allows programmers to use the Artnet/ArtnetDMX protocol I haven't found the correct structure to send out Artnet in code (To a ...
0
votes
0answers
54 views
What is the most accurate method for converting byte input to a decimal range in PHP?
I have gathered three different functions for pulling random values from sources (mcrypt, openssl, and /dev/urandom). Each has a different way of 'fitting' byte inputs into a decimal range. For the ...
0
votes
0answers
12 views
Calculation units in EtherType frame field
The EterType ethernet frame field value is represent a payload field length in bits or bytes?
0
votes
0answers
39 views
How to output codeword : LZW compression
I am trying to write an LZW compression Encoder for an assignment. I have implemented the following code which I think is correct but I am unsure what to write for the output file.
public static void ...
0
votes
0answers
59 views
Trying to convert I²C data into four separate int variables in Arduino
My basic setup is having two Arduinos talk to one another across I²C. I have one Arduino take four separate sensor readings and send them over the I²C bus. But I can't seem to figure out how to get ...
0
votes
0answers
81 views
Read and write bytes in C (from/in file)
I have to solve the following problem in C for the operating systems class:
At the command line three file are given, two for input, one for output.
The output file is obtained from input files, as ...
0
votes
0answers
20 views
Arranging bytes from a packet
I made a small program to read my mac address but i cant get the read out to look right.
right now my output looks like 302545261200
but i would like it to look like 00:12:26:45:25:30
here's the ...
0
votes
0answers
31 views
Visual Basic Byte Length Program Cache
I am trying to make a remote execution tool so that I can run commands away from home aswell as message boxes to remind me about things and I found some code and changed it to my liking but when I ...
0
votes
0answers
57 views
byte[] (Image) to Word Document
I'd like to draw a graphic, put the drawn graphic into a memory stream and then put the drawn graphic into a word document. So it would be like:
Graphics Canvas;
//...Drawing...
byte[] GraphicBuffer;
...
0
votes
0answers
63 views
Android scaled Bitmap from RGBA byte array
I am well aware that one can manipulate an array of RGBA bytes into a Bitmap as follows:
int width = 300;
int height = 500;
int depth = 4;
byte[] img = new byte[height*width*depth];
for (int y = 0; ...
0
votes
0answers
70 views
Jersey Jackson object serialization issue
I have a a web app that uses jerset/jackson to send/receive JSON objects from POJOs.
Here is the POJO.
@XmlRootElement
public class HeadersPoJo {
String status;
byte [][] header;
...
0
votes
0answers
18 views
CHIP-8 game odd number of bytes
I have been working on a chip8 emulator and happened to notice that some of the games like litz by david winter have an odd number of bytes. the last few bytes are like "db db" when iewed in a hex ...
0
votes
0answers
43 views
Word size in bits to bytes conversion confusion
I have a pretty elementary question which is somewhat confusing me. It will be great to get some refresher on this.
Every computer has a word size. The word size is the maximum size of the virtual ...
0
votes
0answers
224 views
AES 256 bit encryption. Convert SecretKey into byte and back in android
So, I am doing an AES encryption/decryption. Once the key is generated I want to save it in an SQLite database.
For this I am converting my SecretKey to byte[]. My problem is, that when I want to ...
0
votes
0answers
35 views
converting WAV files to Array
help in converting WAV files to Array, need help in making a program that converts wav to array so that i can store it into a Stack then convert it back into a wav file that plays in reverse. im new ...
0
votes
0answers
161 views
How to calculate checksums from serial data
I have an application written in vb.net which listen to a serial port, the following is the bytes I received:
B3 01 33 00 00 00 01
B0 01 33 00 00 00 02
B1 01 33 00 00 00 03
B6 01 33 00 00 00 04
...
0
votes
0answers
30 views
Is it feasible to retrieve partial contents of a large JSON file by byte-ranges via HTTP?
This is more of a conceptual question.
Say I'm keeping a large file, for example in JSON format and I want to retrieve only parts of that file using a HTTP request with range-headers specified.
To ...
0
votes
0answers
58 views
Replace byte block in a file with dd
Since I am quite new to dd and shell scripting I have difficulties implementing the following into my code:
Problem
I have a binary file with NX * NZ * sizeoffloat bytes that contains a varying ...
0
votes
0answers
95 views
how to convert png image into byte array in VC?
I m loading a png image by using the ATLImage library.
CImage Image;
Image.Load (L"D:\Images\PNG_Images\Image7.png");
how to retrieve the byte array value of this png image.
I tried retrieving it ...
0
votes
0answers
40 views
Using DicomDroid lib
I'm trying to use DicomDroid lib (http://code.google.com/p/dicom-droid/) in my android application.
During the development I found some things that don't let me to proceed:
1) this lib has no docs at ...
0
votes
0answers
44 views
Why the unmarshal method from HexBinaryAdapter class produces inconsistent result?
This is the first time i post here ,hopefully it doesn't mess up any rules.
I built a demo app to test a rfid tag reader device, this app uses JSF, works on tomcat 7. I have a java method to convert ...
0
votes
0answers
221 views
AESManaged File Encryption and Decryption and prepending initiaization vector
I am trying to encrypt/decrypt bytes - I have done a lot of reading about the Key and IV for the AES algorithm using the AESManaged class in System.Security.Cryptography. I read James Johnson's ...
0
votes
0answers
35 views
sendDataMessage with [B and byte[] in the signature
There is a sendDataMessage method with 2 different signatures:
Signature 1 (on devices HTC Desire S, Samsung S3 Mini, T-Mobile G1...)
public void ...
0
votes
0answers
60 views
[B instead of byte[]
There is a private method as the following:
private void android.telephony.SmsManager.sendRawPdu(byte[],byte[],android.app.PendingIntent,android.app.PendingIntent)
And this code snippet DOES work ...
0
votes
0answers
398 views
“This stream does not support seek operations”
I get a stream form a web service:
Stream resultStream = WebServiceEntities.GetAttachment(attachmentId);
I need to convert this stream into a byte array but
Attempt # 1
byte[] resultBytes = ...
0
votes
0answers
39 views
Integer-String Parser
I am parsing an XML document, and when I try to save the String (data) that I am reading as an Integer, I found an exception.
Integer.parseInt(data)
I also tried changing the atribute type to Byte ...
0
votes
0answers
168 views
implementation of RSA in Java
I'm trying to implement my own version of RSA algorithm in JAVA. I need to encrypt a 32byte randomly generated number. For this purpose i have used SecureRandom class in Java to generate a 32 byte ...
0
votes
0answers
150 views
python: writing an arrow ('-->' ) character to a file
i was writing this code in python 2.6 for testing the random key generation method using pycrypto module. so here is the code:
from Crypto import Random
k = Random.get_random_bytes(8)
#print k
...
0
votes
0answers
146 views
Open byte array or base64 as word document in IE using javascript
I'm trying to save a word/ excel file using byte array or base64 stream.
I have code to open the existing word file using Activexobject as below in internet explorer.
Can someone please help me to ...
0
votes
0answers
29 views
how to find the time at which last byte of the http request has been reached web server
I want to find the time at which the final (last) byte of the Http request has been reached the Web Server using Java. I have tried it using JavaScript using Navigation Timing API with some predefined ...
0
votes
0answers
119 views
PHP fread limited to 8192 bytes
Cordial Greetings,
I want to know, why I need to specify the reading from file max allowed as 8192 bytes?
$BytesFile .= fread($fis, 8192);
or
$Enunciado->send_long_data(3, ...
