Odbc tcp port jobs

Filter

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

    ...engineer dedicated to specialising in C network programming. Key tasks will revolve around developing TCP/IP socket programming and facilitating client-server communication. Ideal Experience: - Expert knowledge of C programming. - Proven background in TCP/IP socket programming. - Familiar with client-server communication protocols. Main Responsibilities: - Implementation of TCP/IP sockets serving the required functionality. - Establish an effective client-server communication. - Carry out rigorous tests to ensure optimal performance. - Be prepared to tackle unexpected challenges or problems. This project needs an expert who understands the intricacies of C network programming and TCP/IP socket programming. Your prior experience in developing secure and f...

    $225 (Avg Bid)
    $225 Avg Bid
    31 bids

    I am currently in need of an experienced photo editor to urgently perform a range of edits on my pictures. Specifically, I require: - remove the middle metal part from the port as good as possible. My preferred format for these edited photos is JPG. Given the urgency of my requirements, I need these edits completed as soon as possible. If you possess these skills and can deliver high-quality work quickly, I would love to hear from you.

    $34 (Avg Bid)
    $34 Avg Bid
    60 bids

    We need support with HUAWEI S5731-h48T switches. Specifically, starting from a reset switch, we need to understand: A brief, concise introduction on how the configuration works in general. How to enable SSH connection on all switch ports: 2.a. How to change the default port for SSH connection. How to enable the WEB interface on all available Ethernet ports. How to set ports to TAG mode, both via command line and WEB interface. How to set ports to UNTAG mode, both via command line and WEB interface. How to export and reload the configuration. DETAILS: The support operation must be performed via TEAMVIEWER connection to a laptop that is connected via SERIAL to the reset switch. At the end of the work, we need specific commands along with comments and best practices. Upon co...

    $213 (Avg Bid)
    $213 Avg Bid
    4 bids

    I have a desktop application made using Electron software for electrochemistry experiments and I'm looking for a skilled front-end developer to help with software packaging and COM port detection. Ideal Skills and Experience: - Expertise in Front-End Development, specifically with Javascript and HTML - Experience with Electron software - Prior experience with arduino and python, a bonus - Strong understanding of software packaging in Electron applications The application should be compatible with Windows operating system. I need help fixing certain issues like the selecting the COM Port, the functionality needs to be re-written so that it is performed by Electron's WebAPI rather than Python(current). The start-up image must be the company logo. I need help in ...

    $126 (Avg Bid)
    $126 Avg Bid
    28 bids

    I have a SQL Server that needs to be accessible over the internet. However, I'm facing connectivity issues, possibly due to closed or blocked ports on my ComCast router model CBR2-T. I need a freelancer to open the necessary ports on the router. The task involves: - Checking the current port status on the router - Identifying the SQL Server port - Opening the port on the router Please bid if you're experienced with network configuration and have dealt with ComCast routers before. Necessary Skills: - Network Configuration - Router Administration - ComCast Router Experience - SQL Server Configuration

    $40 (Avg Bid)
    $40 Avg Bid
    12 bids

    ...experience with the QT framework - Excellent User Interface (UI) design skills - Knowledge in Python and 3D will be a plus The main function: 1: Windows platform, jointly developed by QT+python. 2: Communicate with hardware devices through serial port/Ethernet. 3: Support MODBUS-485, TCP, UDP and other communication protocols, with 1ms cycle response. 4: Support hardware parameter configuration, multi-channel data analysis, storage, data playback, and support real-time data curves at different communication rates. 5: Supports local and cloud dual storage. 6: Port a Python data analysis open source library (provided by us), which needs to display the analyzed data in the form of a 3D model. The main objective is to develop a user-friendly, robust and efficient desk...

    $3518 (Avg Bid)
    $3518 Avg Bid
    39 bids

    As a client seeking a proficient PHP expert, with a minimum of 10+ years of experience, I am looking to enhance an existing Real Time Dashboard within PHPMaker 2023. Key Responsibilities: - Modify existing features and incorporate new functionality - Implement user authentication system to ensure data privacy - Create real-time notification system for immediate updates - Develop advanced interactivity for data manipulation and customization Desired Skills: - Proven expertise in PHP development, ideally with PHPMaker 2023 - Comprehensive experience in building Data visualization (Charts, Heat maps, Custom Dashboards) - Strong understanding of user authentication mechanisms - Ability to develop real-time features for immediate data updates - Experience in creating advanced interactive user...

    $253 (Avg Bid)
    $253 Avg Bid
    33 bids

    Hi, this is the first milestone for the new project. It's just a review of the topic. 1. Initial project review £20. I know you’ll need to spend some time researching the ethernet interfaces. I think it’s best that we aim to produce a Modbus TCP interface. I’m paying you to spend some time looking into that. The idea is to find any problems with the approach I’m suggesting before we start.

    $37 (Avg Bid)
    $37 Avg Bid
    1 bids

    ...hydrometer needs to be available through a web interface. This online access will allow me to monitor multiple batteries from a central location, offering more convenience and control. Ideal Skills and Experience: - Experience in designing and developing electronic hydrometers or similar IoT devices. - Proficiency in interfacing such devices with microcontrollers. - Data should be passed to serial port of controller - Understanding of battery health and the importance of specific gravity measurements in lead acid batteries....

    $574 (Avg Bid)
    $574 Avg Bid
    6 bids

    We are seeking an experienced skilled Raspberry Pi developer for an exciting machine workflow using Raspberry Pi and servo motors. The project involves developing software for control, and integrating the Modbus TCP/IP protocol. The successful candidate will demonstrate expertise in Python programming, servo control, and Modbus communication. Phase 1: Set up the Raspberry Pi 4b to control servo motors and configuring communication with the Panasonic Minas Driver and Panasonic Servo Motor. Install Modbus server software and develop custom Python scripts for Modbus communication and servo motor control. Phase 2: Control Iron Core Linear motors and configuring communication with the Mitsubishi Driver . This can turn into a long term project for the right candidate.

    $106 (Avg Bid)
    $106 Avg Bid
    23 bids

    ...post('/webhook', async (req, res) => { const userQuery = ; const response = await ({ model: 'text-davinci-003', prompt: userQuery, max_tokens: 150, }); const botResponse = [0].(); ({ fulfillmentText: botResponse, }); }); const PORT = || 5000; (PORT, () => { (`Server is running on port ${PORT}`); }); Setting Up: Create a Google Cloud Project: Enable the Dialogflow API. Create a Dialogflow Agent: Link it to your Google Cloud Project. Set Up Intents and Entities: Define actions Google Assistant should trigger. Deploy Webhook: Host your webhook on a reliable server. Conclusion: By integrating Google Assistant, Dialogflow

    $958 (Avg Bid)
    $958 Avg Bid
    24 bids

    We are seeking an experienced freelancer to set up a Node.js application on our web hosti...is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http:...

    $75 (Avg Bid)
    $75 Avg Bid
    35 bids

    ...professional who can assist me in extracting specific details from Tally using ODBC. The required data fields include: Purchase date Invoice number Vendor name Product (inventory name) Product quantity Rate Amount SGST CGST IGST Freight charge Gross amount The task involves creating a TDL (Tally Definition Language) or TCP (Tally Compiled Program) file that will facilitate the extraction of this data from the Tally database using ODBC Requirements: Strong knowledge and experience with Tally and its database structure. Proficiency in TDL or TCP file creation. Familiarity with ODBC for database connectivity. Ability to automate the extraction process to ensure seamless and accurate data retrieval. Deliverables: A functional TDL or TCP file that...

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

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $45 (Avg Bid)
    $45 Avg Bid
    9 bids

    I'm seeking a knowledgeable professional who can guide me through how to view HTTPS calls in Fiddler on Windows that have originated from an Android mobile application (running on either Bluestacks or Nox emulator) This may (or may not) need: - SSL unpinning - ProxyCap to route the traffic to fiddler port The session can be conducted remotely, either through detailed instructions or a shared screen conference call for a more interactive experience. Please demonstrate via a video/screen record that you are able to do this otherwise I won't respond. This should show you opening an app (not a browser) in Nox/Bluestacks and the HTTPS calls then being displayed in fiddler.

    $33 (Avg Bid)
    $33 Avg Bid
    7 bids

    I'm looking for a skilled programmer who can help me build a TCP-based socket programming system using C++. Key Requirements: - Proficiency in C++ and socket programming: Your expertise in C++ is crucial to building this system. - Experience with TCP: I need someone who has worked with TCP before to ensure a smooth and efficient development process. Ideal Skills: - Previous experience with low-level programming and system programming would be a plus. - Familiarity with network programming principles is highly desired. Please share any relevant experience you have in the field of network programming, particularly with socket communication and TCP.

    $8 - $15 / hr
    Sealed
    $8 - $15 / hr
    14 bids

    I'm in need of a SOCKS Proxy server as my ISP has closed port 25, which is essential for email services. Key requirements: - Set up a SOCKS Proxy server: The server's primary function will be to support email services. - Implementation: The server should be configured to support my email client. - Security: Ensure the server is secure and reliable. Ideal skills and experience: - Proficient in setting up SOCKS proxies. - Expertise in configuring services for email clients. - Knowledge of network security standards. The project might involve more tasks depending on the specific needs of the proxy server.

    $40 / hr (Avg Bid)
    $40 / hr Avg Bid
    19 bids

    ...configurations - Maximum amperage capacity of 100A - The ability to alter the BMS ampere capacity by adding or removing MOSFETs or any other relevant hardware as required - The BMS should include essential safety features such as: * Temperature monitoring * Short circuit protection * Cell balancing * Reverse polarity protection - The system should allow for charging and discharging through the same port I need this project to be completed within a month. Ideal skills and experience for this job include: - In-depth knowledge and experience in BMS design, particularly with LiFePO4 batteries - Proficiency in creating flexible BMS systems with variable ampere capacity - Extensive experience with temperature monitoring, short circuit protection, cell balancing, and revers...

    $450 (Avg Bid)
    $450 Avg Bid
    7 bids

    I'm looking for a skilled programmer who can help me build a TCP-based socket programming system using C++. Key Requirements: - Proficiency in C++ and socket programming: Your expertise in C++ is crucial to building this system. - Experience with TCP: I need someone who has worked with TCP before to ensure a smooth and efficient development process. Ideal Skills: - Previous experience with low-level programming and system programming would be a plus. - Familiarity with network programming principles is highly desired. Please share any relevant experience you have in the field of network programming, particularly with socket communication and TCP.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    8 bids

    Please include the word "mouse" to ensure your submission is read. I have a Joomla site that I need to port over to WordPress, and I'd like to get a unique design for the new site. Key Requirements: - Porting Joomla site to WordPress: I need an experienced developer who can smoothly and completely move the content, structure, and functionalities of my existing Joomla site to WordPress. - Design: I will be working on building the User Experience, All I need is the data in a structured format using ACF. Your Responsibilities: - Migrate all the existing content from Joomla to WordPress staging site. This includes pages, posts, images, videos, and any other relevant content. Skills and Experience: - Proficiency in Joomla and WordPress: You should have a strong backg...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    75 bids
    TCPDUMP SOPHOS 4 days left

    TCP DUMP IN SOPHOS write and read

    $49 / hr (Avg Bid)
    $49 / hr Avg Bid
    1 bids

    ...both Windows 10 and 11 to download documents via either email or browser links. Project description: Set up Win10/11 so that the download starts comfortably when you click on an FTP URL link on a website (various browsers) or in mail clients (e.g. Thunderbird). After setting it up once, it should no longer be necessary to enter the FTP access data again. The FTP server expects Explicit SSL/TLS (port 21). The link/URL typically has the following structure: ftp://ftp_username[at] Either the user should be asked where he wants to save the download file, or it is permanently saved in the settings. Ideally, well-known applications are used for file transfer, such as WinSCP, FileZilla or MS File Downloader. Your own suggestions are welcome. 1. Milestone: Setup as

    $290 (Avg Bid)
    $290 Avg Bid
    20 bids

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $103 (Avg Bid)
    $103 Avg Bid
    15 bids

    ...build a remote PC management and control system, a bit similar to TeamViewer or Ammy, but with a few specific features. The project involves: - **Functionalities**: The system should be able to provide the standard functionalities of a remote desktop application, including file transfer, chat, and remote desktop control. This way, I can seamlessly manage the connected PCs without needing to use port forwarding. - **Programming Languages**: The application should be written using C++ and C#. - **OS Support**: The application should be designed to run on Windows only. I'm particularly interested in having the source code once the project is complete. This project is suitable for an individual with proficiency in C++ and C#, as well as a strong background in developing r...

    $583 (Avg Bid)
    $583 Avg Bid
    22 bids

    I have a PostgreSQL database hosted on AWS. When trying to connect to my database server from my web application, I'm consistently receiving a TCP/IP error. Key Project Points: - The issue is specifically related to the TCP/IP connection between the web application and the AWS PostgreSQL database server. - The PostgreSQL database is hosted on AWS; it's not a local instance. - The web application is the only service experiencing this issue with the server. Ideal Freelancer: - Proficient in AWS services, particularly Amazon RDS for PostgreSQL. - Strong background in dealing with network errors, particularly TCP/IP. - Experience in troubleshooting web application and database connectivity issues.

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    5 bids

    ...two very small speakers. The sound file would be a siren with an intermittent horn. I can compose the sound file myself and load it onto the Arduino. There should be a separate potentiometer to control the sound volume. It would be nice if the battery could last an hour or so on a full charge. Once installed into the fire truck, the battery should be able to be recharged through the onboard USB port so as not to have to remove it from the fire truck. Obviously, this would all have to be very small. I have measured the width of the Arduino MKR Zero (about 1") and it should fit within the fire truck no problem. There is limited space above the board for the battery, motor and speakers. Skills and Experience Required: - Expertise in Arduino circuitry and programming. - Past e...

    $754 (Avg Bid)
    $754 Avg Bid
    26 bids

    ...can serve as both a Man-in-the-Middle (MITM) and a Reverse Proxy tool. The primary goal of this script is to assist me in intercepting network traffic and bypassing certain network restrictions. Key Project Requirements: - The script should be compatible with Windows, MacOS, and Linux. - It should effectively intercept network traffic and support the following network protocols: HTTP, HTTPS, and TCP. - The script should also have the capability to act as a Reverse Proxy tool when needed. Ideal Skills and Experience: - Proficiency in programming languages like Python, C++, or Java. - Experience in developing network security tools or reverse proxy systems. - Knowledge of network protocols and their interactions. Please, only bid on this project if you have the necessary skills...

    $298 (Avg Bid)
    $298 Avg Bid
    11 bids

    I m looking someone able to do TCP dump by CLI command only to capture ping from partner for troubleshooting as VPN is up but no ping. Only someone familior with Sophos UTM call line interface.

    $72 (Avg Bid)
    $72 Avg Bid
    12 bids

    I'm searching for a proficient Go coder to develop a software application tailored for the Linux platform. Key requirements include: - Proficiency in the Go programming language - Proven experience in software development - Kee...Proficiency in the Go programming language - Proven experience in software development - Keen understanding of the Linux operating system - Network programming - Geneve encapsulation - CoreDNS development Looking for Go programmers with strong networking background to write a DNS handler plugin for CoreDNS which can receive Geneve packet from client, decap the underlying DNS query in UDP or TCP or DoH preform DNS resolution as normal through the built in forward plugin. On the response side the plugin must be able to encap back to Geneve and res...

    $799 (Avg Bid)
    $799 Avg Bid
    23 bids

    I am looking for a skilled Civil Engineer to certify a drawing for a service door that is to be installed on the side of my garage in North Port, FL. - The garage is primarily constructed of concrete, and the door will be integrated into this structure. - The project is currently at the planning stage, and the certification is required to ensure compliance with relevant building codes and regulations. Ideal candidates for this project will have: - A background in civil engineering, with experience in structural elements of buildings. - Familiarity with construction codes and regulations in North Port, FL. - A detail-oriented approach to ensure that the drawing meets all necessary standards.

    $628 (Avg Bid)
    $628 Avg Bid
    34 bids

    ...root@grml ~ # sudo mount /dev/MY_ROOT_PARTITION /mnt Replace the placeholder MY_ROOT_PARTITION with the name of the root partition of your VPS. Example: root@grml ~ # sudo mount /dev/vda1 /mnt Accessing Data Once the file system is mounted, you can use the following access data to access the file system using an SSH or SFTP connection: Host: Server IP User: root Password: (password you have set) Port: 22 Path of the file system: /mnt Backing up Data from the Server to a Local Computer Using Filezilla To back up your server data to a local computer, you can use the FileZilla program. FileZilla is available for computers with Windows, MacOS and Linux operating systems. You can download the latest installation file for your operating system at the following URL:

    $46 (Avg Bid)
    $46 Avg Bid
    33 bids

    ...I've reinstalled Windows XP and all relevant software on the PC. However, I'm facing difficulty getting the petrol pump controller to communicate with the local MSQL database. Key Points: - The PC is running on Windows XP. - The petrol pump controller uses a serial port for communication. - The issue lies in configuring the connection between the petrol pump controller and the MSQL database. Requirements: - You'd need to have a strong grip on database management, particularly with MSQL. - Proficiency in networking and serial port communication is a must. - Experience with Windows XP is preferred. - Troubleshooting skills and experience in resolving connectivity issues will be highly valued. The ideal candidate for this project will be able to quickly ide...

    $211 (Avg Bid)
    $211 Avg Bid
    14 bids

    ...Development of the SIP Client: Implement a SIP client that can be integrated as a plugin into the Milestone software using the provided SDK. Ensure the compatibility of the SIP client with current and future versions of the Milestone software. SIP Client Configuration: Add a user interface in Milestone to configure the SIP client. Configuration parameters should include: SIP server address. Connection port. Username. Password. Additional options such as preferred audio codec and NAT options. Call Automation: Implement the functionality to automatically answer calls. Ensure that when the call is answered, it is automatically recorded in the Milestone system. Integration and Testing: Integrate the SIP client as a plugin into the Milestone environment ensuring smooth and uninter...

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

    This might be a very very small thing to help me with I am seeking help from a professional who is proficient in configuring an Asus router. The router is set up at my residence and I am currently experiencing a few issues with its advanced settings, particularly with port forwarding and QoS. Key responsibilities include: - Diagnosing current configuration problems. - Implementing effective port forwarding solutions. - Enhancing the Quality of Service (QoS) settings for optimized network performance. I need someone that has prior experience with Asus routers and can address these issues swiftly and efficiently. Please provide details of your relevant experience in your bid. My configuration currently works as: ISP - ISP's router - switch- PC What I would like is to ...

    $37 (Avg Bid)
    $37 Avg Bid
    2 bids

    I'm looking for a tour guide fluent in English to conduct walking tours in below cities: Suwon Incheon Maseru Nouadhibou Port Said Haiphong Tallahassee Delft

    $37 - $75 / hr
    Local
    $37 - $75 / hr
    0 bids
    Trophy icon Photo edit Ended

    I need to get the port rates photos edited and corp in different proportions/ratios. Photos are in raw and I need them exported in gif and edited in color, contrast, and balance accordingly so they all have the same look. Also need to get the background cut off. I normally do it in LR but I don't have the time now.. There are 190 photos

    $48 (Avg Bid)
    Guaranteed
    $48
    46 entries

    ...(cubecart, oscommerce) database. I have a python script done by previous contractor who dropped the project for the personal reason, so there is no issues with source and target db structures, mapping of the fields. etc. Need an to refresh and do an extra polish. My specific requirements are as follows: 1) Learn the structure of AW 2000 database (old Paradox format, but work fine via Windows ODBC) - download here setup exe file, install it, run trial, restore inventory database from the link I will provide and use this data for the export-import. Paradox DB files are in database folder. 2) Learn the structure of DB of opencart (or cubecart, or oscommerse) and ensure you understand it 3) review the mapping of the data fields between source

    $810 (Avg Bid)
    $810 Avg Bid
    49 bids

    I need a Java program I have an IP Segment Eg The program must scan the List of IP Addresses available using ping/any other method The program must scan all IP address for the open Ports each one is accepting packet request. I want a java program to create multiple different types of requests to the IP address on the specified port. The program should create the request to respond to some other IP. The goal of the program is to test the capacity of the IP address with Maximum requests it can handle.

    $196 (Avg Bid)
    $196 Avg Bid
    2 bids

    ...same router), like UPnP or even better a custom method, possibly simple but reliable. 3. All the clients that have sent a message to the server should be registered in a simple IP list. Then every message from one client should be automatically re-sent over Wi-Fi/UDP to all registered IP-s. 4. Additionally the component should handle low-level basic RX and TX interfacing over one UART and one I2C port. 5. The target HW environment will be Raspberry Pi Zero 2W with Linux. The sending and receiving code should execute possibly in the background in order to allow to use the host Linux platform to perform other processing in parallel. 6. The component should be 2-way and use simple circular queues to buffer RX and TX messages. I have attached a draft, base class Qued with a ver...

    $828 (Avg Bid)
    $828 Avg Bid
    25 bids

    ...with the expansion of a container port in Myanmar. The primary objective for this project is to enhance the security of the port, and to increase its overall capacity. Key Tasks: - The main task for this project is to add additional docking bays to the port. The new bays should be designed to accommodate containers of different sizes, and be easily accessible for cargo ships. - The existing security systems and procedures will need to be reviewed and upgraded to ensure they are in line with international standards. Skills and Experience: - A background in civil engineering or port development would be highly beneficial for this role. - Experience with port security systems, and a strong understanding of the necessary criteria for enhancing securit...

    $24 (Avg Bid)
    $24 Avg Bid
    8 bids

    My homework focuses on the concept of TCP/IP Protocols, specifically IP addressing and subnetting. The freelancer needs to have a solid understanding of computer networks processes. Key requirements include: - Knowledge in IP addressing and subnetting - Ability to explain technical concepts clearly - Efficient and punctual in meeting deadlines Familiarity with computer network homeworks will be beneficial. I look forward to a detailed and well-researched piece.

    $46 (Avg Bid)
    $46 Avg Bid
    29 bids

    I've described the issue here: I have a streamlit app running on a specific port. I'd like to have setup a reverse proxy using apache. You will not be given ssh access to the server. I'll send you the apache config and then you can suggest changes. Thank you!

    $157 (Avg Bid)
    $157 Avg Bid
    16 bids

    ...with the expansion of a container port in Myanmar. The primary objective for this project is to enhance the security of the port, and to increase its overall capacity. Key Tasks: - The main task for this project is to add additional docking bays to the port. The new bays should be designed to accommodate containers of different sizes, and be easily accessible for cargo ships. - The existing security systems and procedures will need to be reviewed and upgraded to ensure they are in line with international standards. Skills and Experience: - A background in civil engineering or port development would be highly beneficial for this role. - Experience with port security systems, and a strong understanding of the necessary criteria for enhancing securit...

    $660 (Avg Bid)
    $660 Avg Bid
    13 bids
    Trophy icon I need cpp code Ended

    I'm currently working on a printer port monitor and encountering an issue where it crashes the spooler. As a result, I need expert help to navigate this issue. Ideally, this person should have a strong background in low-level Windows C++ development. Key responsibilities include: - Investigating the root cause behind the spooler crashes - Guide towards the successful completion of the project Desired experience and skills: - Extensive experience with Windows C++ programming, particularly at a low level. - Understanding the complex nuances of printer operations, including how spooler functions. - Ability to clearly communicate troubleshooting strategies and solutions This project offers a unique opportunity for a skilled Windows C++ developer to showcase and develo...

    $156 (Avg Bid)
    Guaranteed
    $156
    5 entries

    I am in need of a proficient C++ programmer who can create a software for Windows operating system that will effectively detect specific events when a USB device is plugged in. Registry Scrubber Key Features: - The software should monitor and identify the type of device that is connected to the USB port. - It should have capability to store this device data and send using RS-232 to an external MCU - It should also detect and monitor when a device is removed from the USB port. Skill Requirements: - Proficiency in C++ programming. - Experience in developing Windows-based applications. - Understanding of device interaction with Windows OS via USB. - Previous experience in creating device detection software would be beneficial.

    $588 (Avg Bid)
    $588 Avg Bid
    41 bids

    I'm seeking an experienced C# developer to port a python webapp app to a C# web app (most likely ASP .NET with RazorPages). There is no database, all the data comes from an existing API. Key Skills & Experience Required: - understanding the fastapi + jinja templates (python based) - Hands-on experience in developing RESTful APIs using C# - simple and clean code - data serialisation The entire app has 100 lines of code + ca 100 lines of HTML template There are 3 buttons and about 6 endpoints Task: GIVEN: A simple webapp in python (fastapi + jinja) RESULT: - A webapp with the same functionality based on C# - it should be easy to understand / clean code - data serialisation as in the python app / template - short documentation (dependencies/install/deploy) Only ap...

    $81 (Avg Bid)
    $81 Avg Bid
    15 bids

    I'm currently in the prototype development phase of a project that involves visualizing a game object on the Hololens 2. - I'm looking to enable Hololens 2 to visualize a game object that is also running on a PC. This PC is fetching data from an Arduino via the serial port. - The Arduino is collecting continuous data from a potentiometer. The project aims for an interactive design visualization experience and I'm looking for a skilled developer to connect these different elements seamlessly. The use of Unity3D and Photon Unity Network is vital for this task. Experience with Hololens 2 development, Unity3D, Arduino, and Photon Unity Network is a must.

    $3203 (Avg Bid)
    $3203 Avg Bid
    5 bids

    I'm looking for a skilled Fortinet expert to configure my firewall. The main objective of this configuration is to enable specific network functionalities, in particular, port forwarding. Key tasks include: - Setting up the firewall to enable port forwarding - Ensuring the configuration is secure and aligned with best practices - Providing clear documentation on the changes made and the rationale behind them Ideal skills for this job include: - Proven experience with Fortinet firewalls - In-depth knowledge of network security and best practices - Strong understanding of network functionalities like port forwarding - Excellent communication skills to document the changes made

    $33 (Avg Bid)
    $33 Avg Bid
    2 bids

    I'm in search of a passionate programmer well-versed in WebAssembly regardless of the intended use, whether that be to increase performance, port an existing codebase, or enhance security, which is information I chose not to specify. The desired professional should be adaptable, as I have also not stated the programming languages to be incorporated in this project. Variable language skills in JavaScript, C++, or Rust are therefore highly favorable. Since I have not stated a specific timeline for this project, the potential freelancer must be flexible with deadlines and communicative about their availability. This job is perfect for any well-rounded developer eager to tackle any challenge.

    $120 (Avg Bid)
    $120 Avg Bid
    7 bids

    ...(defaulting to default labor price set above) Additionally, a property can be added to each garden space object to store the captured image data (base64 encoded string). 4. Email Sending with EmailJS: The developer will integrate EmailJS functionality to send estimate details to the customer upon the user's request. A bundled configuration will be used to store SMTP server credentials securely (host, port, username, password). The developer will implement logic to format the estimate data using an EmailJS template and send it using the EmailJS API. 5. Local Data Storage with IndexedDB: The application will utilize IndexedDB for persistent storage of estimate data. The developer will implement functions to: Open or create the IndexedDB database. Add, update, and dele...

    $873 (Avg Bid)
    $873 Avg Bid
    100 bids