Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 byte cnet jobs found, pricing in AUD

    We require a websocket specialist to assist in debugging and resolving some errors we have System.Net.Security.SslStream.<WriteSingleChunk>g__CompleteWriteAsync|180_1[TIOAdapter](ValueTask writeTask, Byte[] bufferToReturn)rn at [TIOAdapter](TIOAdapter writeAdapter, ReadOnlyMemory`1 buffer)rn at (ClientWebSocket client, IEnumerable`1 dataToSend) in ...

    $30 (Avg Bid)
    $30 Avg Bid
    8 bids

    ...modified, so that the mapping from key will be to the provided value. Note that the key/value store must be highly concurrent. That is, it should use as many threads as are available, and should allow operations on different data elements to proceed simultaneously as much as possible. In order to be as general as possible, key/value stores typically treat the key as a string, and the value as a byte array. If there is any structure to the values, the key/value store does not know about it. To implement the key/value store data structure, you cannot simply use the std::unordered_map, because it does not support concurrency. You will need to create your own data structure or use the TBB library for concurrent containers. If you opt for creating your own data structure, the ...

    $252 (Avg Bid)
    $252 Avg Bid
    26 bids

    ... Java function public static byte[] hexStringToBytes(String hexString) { if (hexString == null || ("")) { return null; } hexString = (); char[] hexCharacter = (); for (int i = 0; i < ; i++) { if (-1 == charToByte(hexCharacter[i])) { return null; } } int length = () / 2; char[] hexChars = (); byte[] d = new byte[length]; for (int i = 0; i < length; i++) { int pos = i * 2; d[i] = (byte) (charToByte(hexChars[pos]) << 4 | charToByte(hexChars[pos + 1])); } return d; } public static byte charToByte(char c) { return (byte) "0123456789ABCDEF".indexOf(c); } public static String bytesToHexString(byte[] src){ StringBuilder stringBuilder

    $33 (Avg Bid)
    $33 Avg Bid
    12 bids

    data structure in C (Read the attached file to understand the problem statement) KEYWORDS: sketch.h, sketch.c, displayfull.c pixel location (x,y) Single-byte commands: TOOL to switch active line drawing on or off, DX to move horizontally, and DY to move vertically. Bits of command byte; Opcode (i.e. which of the three commands to do) and Operand (ie. what data to do it with) HEX

    $42 (Avg Bid)
    $42 Avg Bid
    3 bids

    Hi Athanasios K., I noticed your profile and would like to discuss my project with you. I am using this code with some minor optimizations: With that I can achieve 100-150 Mio double hashes per second. A double hash takes as input a BYTE array of a size known at compile time (~180 Bytes) and outputs SHA256(SHA256(input)). Other solutions such as Hashcat achieve ~700Mio or CCMiner achieves ~650Mio. I need a similar performance.

    $165 (Avg Bid)
    $165 Avg Bid
    1 bids

    PLEASE READ CAREFULLY BEFORE APPLYING, YOU WILL NOT BE AWARDED IF YOU MAKE ANY CHANGES TO THE REQUIREMENTS ------------------------------ Our Requirements ----------------------------- 1. This is a Fixed-Cost Project which means please don't pace any "Placeholder Bids - where you quote low and ". 2. You must use Screenshot Monitor so that we can track the quality and progress. 3. All payments will be on Completion & via Freelancer only. 4. Please find attached the pdf document and respond with your answers 5. You will be doing the following tasks: i. UI (Degign) for the Video ii. Refine or Create Content for the Video iii. Voice-Over for the Video iv. Videos required in 4K resolution along with posting on YouTube, Facebook, etc. v. Adding Animations in the Video vi. ...

    $463 (Avg Bid)
    $463 Avg Bid
    23 bids

    ...working on writing a smartcard library, in C# / Xamarin going against an Android device with attached smartcard reader. This would be more of an HOURLY project where I can utilize your knowledge and talents to figure out what I am missing. At present, I can connect to the card, read ATR, can select CCC file and endpoint applications. I can even read the certificate content from the card in raw byte format. I am missing what appears to be basic things like reading TLV values, Object IDs for current selected file MF/DF/EF/etc. Critical component is being able to get the following components as well. 1. How many valid PIN attempts before a card is locked. 2. Allowing user to enter a PIN to send that APDU command properly padded for authentication 3. How to handle / confirm ...

    $55 / hr (Avg Bid)
    $55 / hr Avg Bid
    20 bids

    ...preview correctly visualizes the signals encoded across the 8 bytes. However, if the user has a DBC file with a DLC < 8 or DLC > 8, the editor does not function correctly. Generally, the signal preview should display the #rows corresponding to the DLC value. So if the DLC = 1, there should be 1 row, if DLC = 8 there should be 8 rows - and for DLC = 200 there should be 200 rows. In each case, the 'Byte number' column should also adjust accordingly and the rows should be positioned correctly with the same height. The 'bit index' values inside each cell should also scale up/down accordingly. The logic is illustrated in the attached image. 1) First, update the Signal preview to reflect the 'dynamic' DLC logic as per the picture 2) Second, e...

    $33 (Avg Bid)
    $33 Avg Bid
    20 bids

    VB.net only !! I have an client/server app that I want compress and uncompress the communication using lz4 or quicklz or zlib. I just need two functions like: Function Compress(data As Byte()) As Byte() Function Decompress(data As Byte()) As Byte() Please send me proposal only if you have experience and you can do it in little time. thanks you!

    $6618 (Avg Bid)
    $6618 Avg Bid
    11 bids

    VB.net only !! I have an client/server app that I want compress and uncompress the communication using lz4 or quicklz or zlib. I just need two functions like: Function Compress(data As Byte()) As Byte() Function Decompress(data As Byte()) As Byte() Please send me proposal only if you have experience and you can do it in little time. thanks you!

    $285 (Avg Bid)
    $285 Avg Bid
    15 bids

    VB.net only !! I have an client/server app that I want compress and uncompress the communication using lz4 or quicklz or zlib. I just need two functions like: Function Compress(data As Byte()) As Byte() Function Decompress(data As Byte()) As Byte() Please send me proposal only if you have experience and you can do it in little time. thanks you!

    $33 (Avg Bid)
    $33 Avg Bid
    3 bids

    This goes to anyone who has knowledge in secure software and has experience dealing with RSA public and private keys. You will need to customize the supplied json order file to provide information and then encrypt that json order using aes encryption with the supplied ke and IV then base64 encode the result. However, you may need to convert the message to a byte array from strings to work with the encryption algorithm and generate a message digest using SHA512. I will provide additional files and further instructions upon contacting me. Please also provide your budget first as I am on a strict budget, thank you.

    $28 (Avg Bid)
    $28 Avg Bid
    2 bids

    I need a Java source code for Android to play back a real-time H265 HEVC video stream. Ideally - up to 8 streams at the same time. A dump of the stream is attached. Deliverable: an Android studio project that opens the attached file and sends the byte stream to the player.

    $343 (Avg Bid)
    $343 Avg Bid
    16 bids

    Need mobile APP ( android ) which can do the followings: *** Please read all these requirements carefully! *** 1. extend the call list ( unlimited ) 2. vibrates on call connect 3. delete byte by byte phone memory ( in order to forbid the undelete option from 3rd party softwares or data recovery ), must show graphical progress on screen 4. call record 5. battery repair tool ( when customer connects charger it must fully charge it and then fully discharge it 3 times ( this will extend battery life ) 6. backup contacts automatically every day 7. allow customer to predefine which sim to use * for dual SIM phones * , in 2 ways A. for example the contact abc should use SIM 1, the contact xyz must use SIM 2 B. pre define carrier prefix to use specific SIM ( for exa...

    $1262 (Avg Bid)
    $1262 Avg Bid
    16 bids

    Looking for a c# implementation of a decoder/encoder for the Chinese standard JT808 protocol. Code to have the ability to - Input byte array, output object for decoding incoming data - Input parameter's to create byte array to send to end device for items such as configuration or device control Moving forward will need JT1078 implementation also for Video related activities Having experience in these Chinese Ministry JT Protocols is a requirement

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    9 bids

    I need a library that reads m4a files (AAC (mp4) and ALAC (QuickTime movie) encoded files). In C # - I want to use it for a project in Unity3d. I want access to parameters - number of channels - sample rate - number of bits per sample of mono data - number of samples - number of samples for one channel Reading data with a method bool Load (Stream stream) Meth...reads m4a files (AAC (mp4) and ALAC (QuickTime movie) encoded files). In C # - I want to use it for a project in Unity3d. I want access to parameters - number of channels - sample rate - number of bits per sample of mono data - number of samples - number of samples for one channel Reading data with a method bool Load (Stream stream) Method to be retrieved from decompressed data int Get (byte [] samples, in...

    $282 (Avg Bid)
    $282 Avg Bid
    8 bids

    ...the connection should be terminated. import socket kali_ip = "" #This IP can be different on your virtual box s = (socket.AF_INET, socket.SOCK_STREAM) ((kali_ip, 5555)) ("Connected!n".encode()) #encode() is needed to convert your string input to bytes to be transferred over the network received_data = (1024).decode() #decode() is needed to convert your byte result to string to be displayed print(received_data) () Hint: Save the above code. On your kali machine, run the netcat (nc) command described above. On the Ubuntu machine, run the above code and see what happens. Submit your Python source code named “” and file that explains how to run your program. 2. Reverse shell for Linux:- In the series of our labs, we learnt

    $78 (Avg Bid)
    $78 Avg Bid
    7 bids

    i am looking for the follwing requirements : 1- swift Microphone class ( similar to Android AudioRecord) with following functionality : - record audio voice data and store it into Int16 ( cshort) and int8 (byte) arrays so i can later on use the int16 array for further processing , or also send the byte array data over the tcpip network. - it must use sample rate of 8000 hz( so i can use it for android devices ) 2- play back audio on IOS device from Int16 array or Int8 array ( similar to Andoid AudioTrack) - audio play back must use sample rate of 8000 hz (8k) ( audio data will be comming from both android or iphone through the network) - i needed it to be in int16 array as i am going to use it in speex encoder / decoder , that work i am going t...

    $513 (Avg Bid)
    $513 Avg Bid
    19 bids

    I need a board with a custom remote control that will operate items running on 12 volt dc. It needs to play different sound bytes by clicking diffent buttons. Also needs to turn 12 volt dc lights on/off and brighter/dimmer. Also would like to add a movement sensor that can be wired in to the board that when it detects movement it will play a sound byte and also turn on 12 volt dc lights and then shut off everything in 10 seconds.

    $290 (Avg Bid)
    $290 Avg Bid
    6 bids

    ...on one line. Ensure the byte rows in the matrix align with the byte rows to the right in the signal decoding view. Add a vertical “Byte number” text to the left of the Signal Preview matrix and add the byte number index in a similar style as the bit index header (see illustration_editor_1). Enable columns in the editor to be reduced/increased in width via dragging. If too complex, alternatively just expand the signal column width by 50%. ----------------------- #2 Intel Signal Preview: For INTEL byte order, adjust the byte sequence in the Signal Preview matrix as below. Note that the logic of what specific bit indices are highlighted for a given signal stays the same as before. ----------------------- #3 Motorola Start Bit and...

    $229 (Avg Bid)
    $229 Avg Bid
    23 bids

    ...from the Discord Support fro Someone could take a look at the bridge code and see how the nonce was generated to see if it is potentially brute forceable In the event of that, the funds could be released to the your destination address nonce: (()), This is how the nonce was generated at time of the loss of the nonce /** * Returns a random 32 byte Buffer. */ export const randomNonce = (): Buffer => randomBytes(32); export const randomBytes = (bytes: number): Buffer => { try { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore if (window) { const uints = new Uint32Array(bytes / 4); // 4 bytes (32 bits) // eslint-disable-next-line @typescript-eslint/ban-ts-comment

    $1023 (Avg Bid)
    $1023 Avg Bid
    36 bids

    Demonstrate deflate compression/decompression with Blowfish encryption/decryption. One textbox with two buttons for save and open Open: blowfish decrypt & deflate decompress (textbox) Save: (textbox) deflate compress & blowfish encryption to file Only work with bytes in file. Use deflate import. Convert C# blowfish to vb.net .net framework 4.8 sdk two buttons for save and open Open: blowfish decrypt & deflate decompress (textbox) Save: (textbox) deflate compress & blowfish encryption to file Only work with bytes in file. Use deflate import. Convert C# blowfish to vb.net .net framework 4.8 sdk

    $53 (Avg Bid)
    $53 Avg Bid
    9 bids

    ...header byte ‘#’, and are terminated by a new-line byte/character ‘n’, in the following format: #ID<sensor_node_id>,time:<timestamp (2dp)>,temp:<temperature (2dp)>,seis:<seismic_data (2dp)> All floating point values are sent with 2 decimal places. For example, the following message: #ID20,time:245.50,temp:26.75,seis:0.48 Would indicate that a measurement from station ID 20 was sent at local time 245.50 seconds, the temperature was 26.75 deg C and the average measured seismic activity was 0.48 (arbitrary intensity scale units). the timestamp data within each message should be used to understand the order in which measurements have been made (not the order in which measurement messages are received) Incoming requests are route...

    $125 (Avg Bid)
    $125 Avg Bid
    3 bids

    Uploading images in production takes too much time. Image is being uploaded to S3. It takes for 12 images each 3 mb approx. 54 seconds. In development only a few micro seconds. I have tried two ways. Direct upload and reducing image size in browser with java script and decoding the byte data in django. Both resulting in the same duration of upload speed. I have observed that there is a delay of approx 45 seconds between the time i hit summit button and the start of post method.

    $30 (Avg Bid)
    Guaranteed
    $30
    4 entries

    Looking for a video byte from a female model (Age: 21 to 25) for a gems and jewellery brand.

    $97 (Avg Bid)
    $97 Avg Bid
    4 bids

    I have unity assset Bluetooth LE for iOS, tvOS and Android. And need help with it. I am looking who have experience with this asset, or have time to look at this. With script my respond is - "[]" You need to decode the bytes and turn them into useful data. Well that is just the default .net name for a byte array, so not sure yet if you have data. You will need to decide it now according to those instructions. Documentation is attached.

    $352 (Avg Bid)
    $352 Avg Bid
    12 bids

    I'm developing a BLE application in Ionc/Capacitor thats need to write 20bytes array to a connected device but im struggling to convert bytes to required

    $28 (Avg Bid)
    $28 Avg Bid
    6 bids

    Search the single file provided below: (note, you can use the file as you perfect your script, then apply your solution the larger file.) You will process the file in 65,535 byte chunks You will use the following regular expressions to find ALL the URLs contained in this file, by processing each chunk in a loop. urlPattern = (b'w+://[w@][w.:@]+/?[w.?=%&=-@/$,]*') Your Prettytable output will include each unique URLs discovered along with the number of occurrences of each. Hint (think dictionary) Save the prettytable as a .html File Send to me the following: 1) Final script 2) Completed HTML File Have a look at the sample output pdf. (mem raw file exeeds file limit, so i have to send to you via another way). Budget is 10-30 USD, please

    $44 (Avg Bid)
    $44 Avg Bid
    5 bids

    We are looking for someone who can handle all the PR relates article publishing on top sites and content preparation for the same. Sites: Forbes, Entrepreneur, your story, New York Times, cnet, CNN, Theverge, BBC, CNBC, wired, USNews, reuters, TechCrunch, wsj, Mashable, Bloomberg, USAtoday, yahoo news, google news, etc

    $460 (Avg Bid)
    $460 Avg Bid
    9 bids

    We are looking for someone who can handle all the PR relates, article publishing on top sites and content preparation for the same. Sites: Forbes, Entrepreneur, your story, New York Times, cnet, CNN, Theverge, BBC, CNBC, wired, USNews, reuters, TechCrunch, wsj, Mashable, Bloomberg, USAtoday, yahoo news, google news, etc

    $574 (Avg Bid)
    $574 Avg Bid
    9 bids

    Hello my website is in Laravel and Vue.js but need more time to open about 12s full load and Time to First Byte (TTFB) is very hight about 7-8s

    $262 (Avg Bid)
    $262 Avg Bid
    71 bids

    Add 100+ articles to Google News, Bing News, Yahoo News, Facebook News, CNET, etc. All articles are located on https://lajournal.co. Get articles from 2022 and get them listed on the above platofrms. No auto-bidders accepted. Type HELLO LA JOURNAL in caps as your first response so I know you are a real individual. Milestones: 1 article on above platforms 10% 10 aticles on above platforms 10% 25 articles on above platforms 20% 50 articles on above platforms 20% 100 articles on above platforms 40% Budget $25-200

    $151 (Avg Bid)
    $151 Avg Bid
    15 bids

    Hi I have small java function i wanted to convert into C# console application. private static String generateEncryptedSignature(String clientIdWithEpochTimestamp) { // String clientIdWithEpochTimeStamp = clientId+"."+().getEpochSecond(); String encrytedSignature = ""; try { byte[] keyBytes = Files .readAllBytes(new File("/Users/sameera/Downloads/").toPath()); // Absolute Path to be replaced String publicKeyContent = new String(keyBytes); (publicKeyContent); publicKeyContent = ("[tnr]", "") .replace("-----BEGIN PUBLIC KEY-----", "").replace("-----END PUBLIC KEY-----", ""); KeyFactory kf = ("RSA"); ...

    $19 (Avg Bid)
    $19 Avg Bid
    12 bids

    ...(Not a text string). Format in hex (<u8> 0x16, <u8> Length, <u8> 1 .. Length payload ) Messages are variable length unto 257 bytes (2-byte header + 255 bytes data) Eg 16 04 00 0E 00 00 You need to read the first two bytes (ie 0x16, 0x04) to determine the variable payload length. The variable payload length is in the second byte, in this example case 4 bytes. Then you need to read the variable length payload to consume the entire message based on the length. Display HEX dump of the bytes read for each full message. Immediately re-queue async next read for the next message. b) Create an async periodic timer, that every minute, sends a 2-byte binary message to the device, in hex 0x1600 on TCP port 9760. 2. In the same application crea...

    $131 (Avg Bid)
    $131 Avg Bid
    5 bids

    This project is to speed up my WordPress website ilanwittenberg,com which is currently using WP Rocket cache plugin. The job includes: a. Eliminate render-blocking resources FCP LCP Potential savings of 2.2s Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. b. First Byte Time (back-end processing):1787 ms First Byte Time, 1532 ms Target First Byte Time c. Largest Contentful Paint is high (over 2.5s). The element driving your LCP is an image. Some optimizations can help that image fetch earlier. LCP Image: d. The following security headers are missing from the website: Strict Transport Security: A HSTS Policy informing the HTTP

    $252 (Avg Bid)
    $252 Avg Bid
    122 bids

    With x86 sub esp,1Ch push ebx mov ebx,dword ptr [esp+24h] push ebp push esi push edi mov esi,edx mov edi,ecx push 1 push ebx p...[esp+20h] ;; 083F486C nop push eax mov eax,771AB930h ;; (&PeekMessage) call eax test eax,eax jne 083F486D pop edi pop esi pop ebp pop ebx add esp,1Ch ret 4 Convert in this x64. So, "mov ebx, dword ptr [esp+24h]" to "mov rbx, qword ptr [rax+nn]" nn will be changed. And, "jne 083F486D" one byte after "083F486C" giving "083F486C 8D 44 24 20 lea eax,[esp+20h]" so "44 24 20" which "and ...

    $195 (Avg Bid)
    $195 Avg Bid
    9 bids

    ...a noob at C# and need help. I can already clearly explain what it is i need, how i want it, and what it should look like. Its just as a noob it will take me a long time to create, and it seems more productive to ask for help. This is much easier to convey when directly speaking to someone, but i just want a mostly normal, basic editor, that the end user can put in a file, row length, and start byte (aka base address). It will take the file, and spit out a list of rows on the left side, and an "entry" for every column. On the left side is a row selector, so lets say we click row 5, and there is 10 entrys (IE columns of data). Each entry has a Label (Default named Unknown, the user can rename this per entry) and a input field (Default is a number input). The user can ri...

    $273 (Avg Bid)
    $273 Avg Bid
    7 bids

    The attached excel file includes the "CRC" (first column) which is made up of Data1 to Data7. We need to find the math formula/algorithm to create the CRC value from available Data, to make the receiver peripheral to be happy with the "CRC". All data are in hex. Code sample in C.

    $185 (Avg Bid)
    $185 Avg Bid
    11 bids

    we are looking USA Based Corporate Company to build/Develop/Re-design our Product website having approximately 120 static pages, Design is ready in Adobe, just need to convert in HTML5. We Would Like :- 1- All Static Pages is 100% Google Rati...are looking USA Based Corporate Company to build/Develop/Re-design our Product website having approximately 120 static pages, Design is ready in Adobe, just need to convert in HTML5. We Would Like :- 1- All Static Pages is 100% Google Rating Speed in Desktop and Mobile Interface. 2- Should be in (Material Ui) front-end framework for React components 3- LCP, First Contentful Paint, Time to First Byte, First Interactive should be minimum. 4- All Project should be 100% Responsive. Before Project we will Sign NDS and other things for Privacy....

    $3561 (Avg Bid)
    NDA
    $3561 Avg Bid
    75 bids

    ...0 r-xp 00000000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddaab000-1535ddcaa000 ---p 00039000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcaa000-1535ddcc9000 r--p 00038000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcc9000-1535ddcca000 rw-p 00057000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcca000-1535ddcce000 r-xp 00000000 09:02 1611767430 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/532/x8...

    $309 (Avg Bid)
    $309 Avg Bid
    14 bids

    -Create a word list from BYTE -Such a list using BYTE Example: static std::vector<std::wstring> process_scan = { L"spCheatGuard", L"speedver2" };

    $31 (Avg Bid)
    $31 Avg Bid
    10 bids

    I need a Python script to download a csv file from a SharePoint site, and read line by line. This is the C# equivalent string userName = "me"; string passwo...equivalent string userName = "me"; string password = "password"; string domain = "domainName"; string fileUrl = URL; string download = ""; WebClient myWebClient = new WebClient(); = new NetworkCredential(userName, password, domain); try { byte[] myDataBuffer = (fileUrl); download = (myDataBuffer); } catch (Exception ex) { }; Thanks

    $36 (Avg Bid)
    $36 Avg Bid
    18 bids

    ...0 r-xp 00000000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddaab000-1535ddcaa000 ---p 00039000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcaa000-1535ddcc9000 r--p 00038000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcc9000-1535ddcca000 rw-p 00057000 09:02 1612095914 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/Encode/Byte/ 1535ddcca000-1535ddcce000 r-xp 00000000 09:02 1611767430 /usr/local/cpanel/3rdparty/perl/532/lib/perl5/532/x8...

    $198 (Avg Bid)
    $198 Avg Bid
    23 bids

    I have a Java Web project using Spring Boot/Cloud and I need to act on top of a Proxy/BFF more specifically within a filter, in which I want to get the server's response to a given request and save the data in a RedisDB database. How do I get this response from the server? I'm trying to use ServerHttpResponse response = () but I'm not getti...Web project using Spring Boot/Cloud and I need to act on top of a Proxy/BFF more specifically within a filter, in which I want to get the server's response to a given request and save the data in a RedisDB database. How do I get this response from the server? I'm trying to use ServerHttpResponse response = () but I'm not getting it, it seems I need to write the response in a byte array and maybe convert it to json.

    $231 (Avg Bid)
    $231 Avg Bid
    12 bids

    Hi developers, I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library a...input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. So all I need is to implement this native method with NDK (CPP) that can be called from android studio code: int nRet = WF_VCodec.WFVC_Decode( /*input byte[]*/ pAVData, /*input int*/ DataLen, /*out byte[]*/ out_yuv420, /*out int*/ out_yuv420ByteSize, /*out int*/ out_picture_width, /*out int*/ out...

    $335 (Avg Bid)
    $335 Avg Bid
    6 bids

    Hi developers, I am dev...Connections from port X and then sends stream data to the client buffer with H264 data format. So I need a native class with these methods : 1 : Open() : connect to the simulator and send special char array as start instruction . I will give you this special char array 2- A loop with 25 millisecond iteration that reads stream from simulator and calls "onStream" method in caller java class and send byte[] as result . you must define an internal buffer in your code and put received stream to the end. Then recognize H264 frames in the internal buffer and send frames to caller java class . each frame begins with x0x0x0x1 3- the Destroy() method that closes the current socket from simulator and free the memories I have attached the caller java class...

    $55 (Avg Bid)
    $55 Avg Bid
    6 bids
    Trophy icon Brand Identity Ended

    For a new project, we need a brand for our startup. It Is a tech startup, we have developers, data analyst, robotic automation specialist, security specialist, etc., so, the idea is a new brand for a Tech company. Company name is Dead Byte. Colors preference: Blue, green, black. We're not closed to ideas. Something not so serious but formal, we're looking for a shocking brand, something easy to remember and catchy.

    $78 (Avg Bid)
    Guaranteed
    $78
    571 entries

    Hi developers, I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg li...app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. So all I need is to implement this native method that can be called from android studio code: int nRet = WF_VCodec.WFVC_Decode( /*input byte[]*/ pAVData, /*input int*/ DataLen, /*out byte[]*/ out_yuv420, /*out int*/ out_yuv420ByteSize, /*out int*/ out_picture_width, /*out int*/ out_pic...

    $65 (Avg Bid)
    $65 Avg Bid
    5 bids

    Hi developers, ...Connections from port X and then sends stream data to the client buffer with H264 data format. So I need a native class with these methods : 1 : Open() : connect to the simulator and send special char array as start instruction . I will give you this special char array 2- A loop with 25 millisecond iteration that reads stream from simulator and calls "onStream" method in caller java class and send byte[] as result . you must define an internal buffer in your code and put received stream to the end. Then recognize H264 frames in the internal buffer and send frames to caller java class . each frame begins with x1x0x0x0 3- the Destroy() method that closes the current socket from simulator and free the memories I have attached the caller java class...

    $161 (Avg Bid)
    $161 Avg Bid
    4 bids

    We need an SDK developer to update and maintain a custom android SDK for our product. We already have a web app and the new SDK should embed the web app using the android web view. Web view will communicate wi...couple of know issues that need urgent attention: 1. Few devices are showing black screen issues in photo review page right after taking photo e.g. Huawei P30 PRO (Android 12), intermittently on the Oppo 2. Android code is not following any design pattern, all functionalities, URLs, are in activities, exposed. 3. Strings are hardcoded in the activity 4. Activity is doing everything, calling camera, byte manipulation and upload of pictures, there’s no separation of responsibility. We can provide current SDK code and access to our web app to get familiar with the proces...

    $560 (Avg Bid)
    $560 Avg Bid
    38 bids