Godaddy port 8080 punët

Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    2,000 godaddy port 8080 punët e gjetura, me çmimin EUR
    rebuilding my website Ka përfunduar left

    Shkruajm Shqip se ska kuptim: Dua te redizenjosh faqen: www.sinahostel.com. Eshte thuajse gati port ka nevoje per shume ndryshime dhe une skam kohe te merrem. Duhet te funksionoje cdo gje.. fotot dhe textet ti dergoj une. Sa kushton kjo pune?

    €46 (Avg Bid)
    €46 Oferta mesatare
    1 ofertat

    u5t roigojsut8er nrijgtu,i785oserlbh lotj9o5i8i8yuoporgjtsn4rpo4jkgbwh tpo5hjyetgdrue 4opt4hbmnhrojhyfp0 port

    €155 (Avg Bid)
    €155 Oferta mesatare
    1 ofertat
    surajkharel Ka përfunduar left

    u5t roigojsut8er nrijgtu,i785oserlbh lotj9o5i8i8yuoporgjtsn4rpo4jkgbwh tpo5hjyetgdrue 4opt4hbmnhrojhyfp0 port

    €138 (Avg Bid)
    €138 Oferta mesatare
    1 ofertat

    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

    €25 (Avg Bid)
    €25 Oferta mesatare
    10 ofertat

    We have two sites on windows server that we would like to move to linux, without having to rewrite code for both sites. The current code is ASP and ASPX (vbscript) with Acess dbase. I am looking for someone that can make our ASP and ASPX pages to work on linux server with mysql dbase. We have a VPS on godaddy server, that we can host the two sites on. You are only qualified if you have done this many times before. You may not use our sites to "try" to do this after doing research, we only want experienced individuals on this.

    €133 (Avg Bid)
    €133 Oferta mesatare
    46 ofertat

    I'm currently facing an issue where my WooCommerce based eshop, hosted on GoDaddy, is not sending confirmation emails to clients and emails that they have been subscribed for the discount. Also, I don't receive emails for orders that have be done.. This is a significant problem as it affects customer experience. Ultimately, I'm looking to hire a professional who can resolve this issue promptly. Key Points: - Fixing the issue of confirmation emails not being received by clients. - Ensuring the email delivery system is functioning correctly as part of this task. Ideal Skills and Experience: - Proficient in handling WooCommerce and WordPress hosted on GoDaddy. - Experienced in diagnosing and resolving email delivery issues. - Familiar with eCommerce platforms a...

    €29 (Avg Bid)
    €29 Oferta mesatare
    67 ofertat
    Fix DNS configuration 6 ditë left
    VERIFIKUAR

    ...or quad1. This happens maybe 1 out of 10 times. You can test it with the domains: , , , , , , Once the records are cached by the third-party resolve, there is no problem anymore until the records expire. - Furthermore, when I want to use them as authoritative name servers for domains bought on godaddy and strato, they are reject due to not further specified issues. I couldn't get any help from their support teams. - Lastly, always fails (). I tried to assess if there is an issue with the code at , but they didn't response. The name servers are , , and

    €113 (Avg Bid)
    €113 Oferta mesatare
    17 ofertat

    ...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 desktop app...

    €2046 (Avg Bid)
    €2046 Oferta mesatare
    37 ofertat

    I am in need of an expert who can proficiently implement DMARC, DKIM and SPF records to improve my email deliverability and security level. I'm currently using GoDaddy as my email service provider, hence, hands-on experience with GoDaddy will be crucial for this project. Key Requirements: - In-depth understanding of implementing DMARC, DKIM and SPF records - Expertise in email security - Experience with GoDaddy and Klaviyo - Ability to complete the task ASAP Only bid if you are confident you can meet these criteria. This is a priority for me and should be handled with the utmost professionalism.

    €76 (Avg Bid)
    €76 Oferta mesatare
    16 ofertat

    ...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....

    €265 (Avg Bid)
    €265 Oferta mesatare
    5 ofertat

    ...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

    €512 (Avg Bid)
    €512 Oferta mesatare
    24 ofertat

    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:...

    €45 (Avg Bid)
    €45 Oferta mesatare
    35 ofertat

    I'm currently using Outlook as my email provider for a single domain. I'm looking for an expert to help configure my DNS settings to SETUP multiple third party mail services. 1. Domain is registered on godaddy. 2. Currently we are using brevo and teh same is configured in DNS goodaddy 3. We are not able to use godaddy mail services after coniguring brevo 4. We would like to setup sendgrid mail services which mean we should able to use all the mail services we need some one who can help us configure these services on godaddy on single domain

    €14 (Avg Bid)
    €14 Oferta mesatare
    7 ofertat

    I’m looking for a seasoned SEO expert who can help increase traffic to my GoDaddy website. Despite the website not currently being optimized for search engines, the aim is to improve its online visibility and subsequently improve rankings. Ideal skills and experience for this job: - Expertise in Search Engine Optimization - Experience with GoDaddy platform - Ability to develop and implement effective SEO strategies - Strong knowledge of web analytics and ability to analyze and interpret relevant site traffic data - Deep understanding of keywords and SEO tools A successful project will result in improved website traffic, and quality lead generation within a timeline we'll determine.

    €99 (Avg Bid)
    €99 Oferta mesatare
    33 ofertat

    I need an experienced web developer to make my HTML/CSS website available online via GoDaddy's cPanel. This website showcases my business portfolio and should be optimized for smooth navigation and operation. I have all the relevant files and login details required for setup and configuration. Ideal Skills: - Expertise in HTML/CSS - Proficiency in website hosting using GoDaddy cPanel - Experience in site optimization - Good communication and prompt delivery

    €400 (Avg Bid)
    €400 Oferta mesatare
    119 ofertat

    I'm seeking a WordPress expert to i have 3 websites .. i want to copy one of them to the other 2 and transfer them from one server og GODADDY to A2 . i onlt want to cange the phto on the home page. so each one will have a different home page . I need all related work don to that so the 3 websites shall be up and running by Sunday.

    €53 (Avg Bid)
    €53 Oferta mesatare
    89 ofertat

    I need assistance with migrating my large WordPress website from GoDaddy to Hostinger. The site is over 100MB in size and includes both custom themes and plugins. Key Requirements: - Migrate large WordPress website (over 100MB) from GoDaddy to Hostinger - Ensure smooth transition of custom themes and plugins I do not require the migration of any email accounts associated with the website. It's crucial that the migration is done swiftly and accurately to avoid disruption to the live site. Ideal Skills and Experience: - Proven experience in large WordPress migrations - Expertise in handling custom themes and plugins - Strong understanding of GoDaddy and Hostinger hosting environments - Excellent communication to ensure a smooth transition without any data loss or...

    €4 / hr (Avg Bid)
    €4 / hr Oferta mesatare
    16 ofertat

    ...appear as they should. Lastly, there is a problem with the automatic update of monthly posts on the homepage. It's visible only when you click ‘read more’ whereas it should appear readily on the homepage. I’m looking for a way around this, so viewers do not have to take the extra step of clicking 'read more' to see the recent posts. Skills and Experience Required: - Experience with WordPress AND GoDaddy platform - Expertise in mobile web design and troubleshooting - Strong understanding of responsive design - Proficiency in rectifying content display errors - Ability to ensure automatic updates on homepages. Overall, I need someone who knows WordPress, can adjust layouts, fix content display errors, and ensure automatic content updates on the...

    €133 (Avg Bid)
    €133 Oferta mesatare
    167 ofertat

    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:

    €28 (Avg Bid)
    €28 Oferta mesatare
    9 ofertat
    Multi-Faceted Website Enhancements 3 ditë left
    VERIFIKUAR

    I'm looking for a talented web developer to help improve my existing website. The changes I seek span across editing the design, content, and functionality aspects. (I just bought this from Astra Pro with Spectra, essential, Optimizer and YOAST - along with the Godaddy WordPress hosting) I have decent content from another of my sites to copy across to - Compress components with gzip Add Expires headers Make fewer HTTP requests Design Updates: - Changing colours: I want to refresh the colour scheme of the website to make it more vibrant and engaging - Updating fonts: The current font is outdated. I need a modern, sleek, and readable font to be implemented - Redesigning the logo: A logo redesign to reflect the updated color scheme and font Content Updates: - Updating

    €185 (Avg Bid)
    €185 Oferta mesatare
    194 ofertat

    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.

    €20 (Avg Bid)
    €20 Oferta mesatare
    7 ofertat

    I'm in need of a skilled Wordpress developer who's proficient with the GoDaddy hosting platform and Advanced Custom Fields Pro. The project involves two key components: troubleshooting and fixing existing functionality errors and redesigning the front page of my website for better user navigation. Key Responsibilities: - Troubleshooting and fixing Wordpress site errors related to functionality. - Redesigning the front page to enhance site navigation. The ideal applicant will have: - Extensive experience in developing and troubleshooting Wordpress websites. - Proficiency in using Advanced Custom Fields Pro. - Prior experience working with sites hosted on GoDaddy. - A strong eye for design and usability to enhance site navigation. Your role is crucial i...

    €18 / hr (Avg Bid)
    €18 / hr Oferta mesatare
    130 ofertat

    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.

    €25 / hr (Avg Bid)
    €25 / hr Oferta mesatare
    19 ofertat

    ...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...

    €277 (Avg Bid)
    €277 Oferta mesatare
    5 ofertat

    I'm seeking an experienced DevOps engineer who is proficient in deploying React Frontend and .NET Core 8 applications to Alma Linux with NGinx server. The candidate should have solid experience with: - Deploying React FrontEnd and .NET Core 8 Web API applications on Alma Linux in GoDaddy VPS. - Knowledge of routing of both applications with one domain and one SSL. - Knowledge of handling SubDomain. - Knowledge of Alma Linux Nginx deployment. - Understanding of .NET Core Application Settings and React.JS application settings - Understanding of Node.JS

    €52 (Avg Bid)
    €52 Oferta mesatare
    13 ofertat

    I need to migrate my WordPress website from GoDaddy to DigitalOcean. I'm looking for a skilled professional who can handle the transition swiftly and effectively. Key Requirements: - Experience with WordPress and website migrations - Proficiency in handling server environments, particularly DigitalOcean - Ability to ensure the website's functionality, appearance, and performance remain intact post-migration Please note that while I'm looking to migrate my website for better control and customization, I'm also expecting a seamless transition with minimal downtime. The project is time-sensitive, and I need it completed as soon as possible.

    €129 (Avg Bid)
    €129 Oferta mesatare
    118 ofertat

    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...

    €12 / hr (Avg Bid)
    €12 / hr Oferta mesatare
    75 ofertat

    I'm looking to significantly improve the speed and performance of my E-commerce website. Currently hosted on GoDaddy, we are experiencing slower load times despite relatively low traffic. To address this, I'm seeking a professional who can migrate our website to a server known for its speed and reliability, while also implementing cloud hosting for our images. Key Requirements: - Migrate website from GoDaddy to a new, high-speed server - Implement cloud hosting for all images on the website Ideal Skills & Experience: - Proven experience in website migrations and server management - Strong knowledge of cloud hosting solutions, particularly for image hosting - Familiarity with E-commerce websites and the unique performance challenges they present - Understanding...

    €32 (Avg Bid)
    €32 Oferta mesatare
    21 ofertat

    ...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

    €178 (Avg Bid)
    €178 Oferta mesatare
    20 ofertat
    Wordpress Site Update 2 ditë left
    VERIFIKUAR

    I require a skilled Wordpress developer to update and modernize my existing site. This includes design changes, plugin updates, and content modifications. Key responsibilities: - Implement new logo, color scheme and font changes - The current theme is outdated and incompatible with the latest Wordpress version, so a new theme needs to be insta...Proficient in Wordpress development, including theme installation and customization - Strong design sensibility - Experience with plugin management and content updates - Prior experience with site migrations is a plus Please note that the project doesn't involve adding new features or functionalities. The main focus is on updating and modernizing the site. After update, will migrate cPanel to GoDaddy from InmotionHosting where i cur...

    €414 (Avg Bid)
    €414 Oferta mesatare
    377 ofertat

    I encountered an internal server error while trying to access a specific webpage on my website. The error is isolated as it only oc...occurs on certain pages. Some visitors can access the site and some cannot. For example: I can access with WiFi but not with my mobile connecction. The ideal freelancer for this project should have: - Proficient understanding of server-side technologies and the workings of web servers. - Strong problem-solving skills and the ability to troubleshoot technical issues effectively. (Wordpress) and (godaddy) - Experience in handling internal server errors, ideally on specific pages. - Good communication skills to effectively inform me of the error's cause and resolution. Please contact me if you have experience with this issue and think you can help...

    €135 (Avg Bid)
    €135 Oferta mesatare
    78 ofertat

    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:

    €62 (Avg Bid)
    €62 Oferta mesatare
    14 ofertat
    E-commerce Website Overhaul 1 ditë left
    VERIFIKUAR

    I'm a new business owner looking for a web designer to revamp my current GoDaddy site. I need a full e-commerce site that includes a range of payment options, and will be easy to navigate for my potential customers. Key requirements: - Transform basic GoDaddy page into a full-fledged, visually appealing e-commerce site - Integrate payment methods such as Credit card, PayPal, and wire transfers - The site will have less than 10 pages, so it should be concise yet informative - Ensure optimal user experience and easy navigation for customers, especially at the checkout process - Include sections for company information, product images, and other relevant details Ideal skills and experience: - Prior experience in creating e-commerce websites is a must - Proficiency in web ...

    €538 (Avg Bid)
    €538 Oferta mesatare
    231 ofertat

    ...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...

    €358 (Avg Bid)
    €358 Oferta mesatare
    22 ofertat

    I'm currently unable to access my WordPress admin due to an SSL Certificate error. I'm seeking a skilled professional to resolve this issue promptly. Key Requirements: - Expertise in troubleshooting SSL Certificate errors, specifically on the GoDaddy hosting platform. - Proficiency in WordPress and its admin panel. - Previous experience in resolving similar issues with GoDaddy SSL Certificates is highly preferred. Your Responsibilities: - Diagnose the root cause of the SSL Certificate error. - Implement the necessary fixes to ensure smooth access to the WordPress admin. - Provide a brief explanation of the issue and the steps taken to resolve it. Please note that since this is an urgent issue, I'm looking for a freelancer who can start immediately and provid...

    €7 / hr (Avg Bid)
    €7 / hr Oferta mesatare
    21 ofertat

    ...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...

    €471 (Avg Bid)
    €471 Oferta mesatare
    26 ofertat

    ...WORKING SAMPLE VIDEO, YOU WILL BE MARKED SPAM I am seeking a skilled professional who can help me find a solution to bypass Godaddy Website Builder's limitations, specifically around custom code implementation and plugin integration. Since Godaddy has removed the ability to add Zoho SalesIQ snippets to all pages simultaneously in their website editor, I am looking for someone who can find a workaround that would allow us to add Zoho SalesIQ simultaneously to all pages. Key requirements: - Find a way to integrate Zoho SalesIQ functionality into my Godaddy Website Builder page. This means the solution you will provide, ~A solution to add the code somewhere within the Godaddy Website Builder, and it will automatically show on every page of the site w...

    €417 (Avg Bid)
    €417 Oferta mesatare
    72 ofertat

    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.

    €386 (Avg Bid)
    €386 Oferta mesatare
    34 ofertat

    ...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:

    €29 (Avg Bid)
    €29 Oferta mesatare
    34 ofertat

    I've got a small Python script that runs on my desktop and I need it to be tra...with the rest of my software. I need a skilled programmer with experience in both Python and C#. Unfortunately, I have not been able to make the script run successfully on Windows, but it works on Linux (WSL). For: Python script (I will provide full script): import grpc from chirpstack_api import api server = ":8080" api_token = "eyJ0eXAiOiJKV1QiLCJ......................87k2i66CulW7Y" channel = grpc.insecure_channel(server) client = (channel) auth_token = [("authorization", "Bearer %s" % api_token)] req = (dev_eui="00000000aabbccdd") resp = (req, metadata=auth_token) print(resp)

    €19 (Avg Bid)
    €19 Oferta mesatare
    5 ofertat

    ...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...

    €130 (Avg Bid)
    €130 Oferta mesatare
    14 ofertat

    ...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...

    €19 / hr (Avg Bid)
    €19 / hr Oferta mesatare
    15 ofertat

    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 ...

    €23 (Avg Bid)
    €23 Oferta mesatare
    2 ofertat
    Tour Guide Needed 13 orё left
    VERIFIKUAR

    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

    €23 - €46 / hr
    Lokale
    €23 - €46 / hr
    0 ofertat
    Trophy icon Photo edit Ka përfunduar left

    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

    €29 (Avg Bid)
    I garantuar
    €29
    46 kandidaturat

    We're looking to shift our main mail sender and SMTP from GoDaddy to SendGrid. The integration should be seamless, ensuring that all emails sent from our app are routed through SendGrid's API or SMTP. Key Requirements: - The transition should be smooth, with no disruption to the email functionality. - The SMTP settings or API keys for SendGrid will be provided. - The integration should cover all types of applications - web, mobile, and desktop. Ideal Skills and Experience: - Proficient in PHP, as our primary programming language for the web application is PHP. - Prior experience with GoDaddy to SendGrid migration and SMTP integration would be advantageous. - Familiarity with SendGrid's API and SMTP services. - Strong communication skills and ability to follo...

    €128 (Avg Bid)
    €128 Oferta mesatare
    57 ofertat

    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.

    €121 (Avg Bid)
    €121 Oferta mesatare
    2 ofertat

    ...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...

    €508 (Avg Bid)
    €508 Oferta mesatare
    25 ofertat
    Email Account Streamlining Ka përfunduar left

    Hi Freelancers, I have too many domains and email addresses, like 5. I need you to start a Google Workspace account for me, and then make sure all the forwarding of messages and traffic is going to my new website. This is not an assignment being posted by so...Freelancers, I have too many domains and email addresses, like 5. I need you to start a Google Workspace account for me, and then make sure all the forwarding of messages and traffic is going to my new website. This is not an assignment being posted by someone that does not know how to do this. I know what to do, but I want you to do it in half a day instead of me putting it off. I'll give you my GoDaddy access, and you can walk me through whatever else needs to be done. This is why it is being bidded at such a low rate, ...

    €29 (Avg Bid)
    €29 Oferta mesatare
    28 ofertat

    ...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...

    €15 (Avg Bid)
    €15 Oferta mesatare
    8 ofertat