Questions tagged [raw-data]

Raw data is a term for data collected from a source that has not been subjected to processing or any other manipulation, and are also referred to as primary data.

204 questions
0
votes
1 answer

How python converts raw string to hex?

I have some raw string which I'm converting to hex >>> word_str =…
user1886376
0
votes
0 answers

ASP.NET reading content from inner octet/stream

I have HTTP request from some device with body: --18113960011 Content-Disposition: form-data; name="message"; filename="data" Content-Type: application/octet-stream �o��\��Հ��vx�+�#:�țdV+ Iy@o*,cޙ��k --18113960011-- And I accept this request in…
0
votes
1 answer

Get raw block with bitcoinj

I'm trying to get the raw blocks with bitcoinj. I use Block.bitcoinSerialize() to get the bytes of each block when it is downloaded, but does not include transactions. How can I get the full raw block?
Ander Acosta
  • 1,060
  • 1
  • 12
  • 25
0
votes
2 answers

python - Raw load as an answer

Im trying to send an NTP query using scapy and sockets, but when i receive date i get it in a raw form. from scapy.all import* from scapy.all import* import socket s = socket.socket(socket.AF_INET,…
0
votes
3 answers

Converting raw pixel data to QPixmap

I'm trying to convert raw pixel data to QPixmap but there is an error while converting qimage to qpixmap. First, I send raw data from server A by qlocalsocket and Client B gets it. This is Server A. if (clientSocket) { if…
Seungsoo Kim
  • 53
  • 1
  • 7
0
votes
1 answer

How do I send file in a PUT resquest using Postman

I using postman to test my api, and I need to send a PUT request that has a json object and some files. Im sending raw data to test this but I cant seem to figure out how to add a file in there. PUT request raw data example: { "email":…
Cayenne
  • 25
  • 6
0
votes
1 answer

Script or program to read RAW data

I had a usb flash drive which had data and was using FAT32 file table, till yesterday! I had been using it only in Windows. Now when I plugin the usb flash drive, Windows XP reports the file system as RAW and trying to access the drive asks to…
Anand Shah
  • 14,575
  • 16
  • 72
  • 110
0
votes
1 answer

LR Analysis - Graph Data

In the image, the vuser has ramped up at 00:04:52, but in graph data its showing 00:04. Is there a way to get accurate time in graph data. I know in raw data we will be able to fetch the details in form of scenario elapsed time [secs] but in this we…
0
votes
1 answer

How to download data from url?

I can download data via HttpUrlConnection and InputStream but I need to download raw-data. So, i want to create a DownloadManager via raw-data, then using raw-data I convert this data to binary or image format. According to my research, I see…
0
votes
0 answers

POST raw json data to server : AngularJS, Ionic

https://www.getpostman.com/collections/4961d6259eff467838fb I'm getting post success in jQuery ajax. But not working the same in Angular http post. $http({ method: "POST", url:…
Vishnuraj
  • 71
  • 10
0
votes
2 answers

Project Tango Raw Data (IMU and RGBD)

I'm a beginner in android and with the Tango (I just wanted to say it to prevent possible mistakes) and I'm using the Project Tango Tablet (Yellowstone). I want to do slam with it, that's why I want to get the raw data. Currently I know how to get…
Bastienm
  • 363
  • 2
  • 16
0
votes
0 answers

what is the (4-byte / 32-bit) audio sample datatype?

Ok so in audio files we have samples that can come in 8-bit (byte), 16-bit (short), 32-bit (int, float), and 64 bit (double). My issue is with the 32-bit how can I determine from 4 bytes if I am looking at an integer or a float. Right now I am…
SkidRunner
  • 813
  • 8
  • 12
0
votes
3 answers

Processing a Raw Email Data using Java

I'm having a DB which stores raw email contents. My requirement is to fetch individual mails from the DB and process that data to fetch the basic details of that particular email (such as FROM, TO, SUBJECT, etc..) and also to get all the attachments…
0
votes
0 answers

Reading/writing raw data in Matlab

I have a raw.txt file which is like this: # Angle Data A DATA B ... 1 45 1440.352365 3.619902121 2 45 1440.352365 3.619902121 3 45 1440.192496 3.632952692 1 45 1440.192496 3.632952692 2 45 …
user2962635
  • 151
  • 1
  • 4
  • 16
0
votes
0 answers

json Postman sending raw array

Im just trying send those parameters raw on the postman (chrome extension), but I received that message -> Object reference not set to an instance of an object Im just trying send those parameters raw data: { "GUID":…