Find Jobs
Hire Freelancers

convert simple perl tools to compilable c code for linux systems

$30-250 USD

In Progress
Posted almost 11 years ago

$30-250 USD

Paid on delivery
small and simple perl tool need to be migrated to executables binaries, 'make'able c++ code should do it, mainly to be run on linux type OS... perl version attached perl piece: ---------------------------------------------------------------------- #!/usr/bin/perl use strict; use Socket; my $me = $0; my $input = $ARGV[0]; if ($me =~ /ip2int/) { my $ipnumber = ip2num( "$input" ); if ( $ipnumber ) { print "$ipnumber\n"; } } elsif ($me =~ /int2ip/) { my $ip = num2ip( $input ); if ( $ip ) { print "$ip\n"; } } elsif ($me =~ /mac2int/) { my $num = mac2num( "$input" ); if ( $num ) { print "$num\n"; } } elsif ($me =~ /int2mac/) { my $mac = num2mac( "$input" ); if ( $mac ) { print "$mac\n"; } } sub ip2num { return unpack 'N', inet_aton(shift); } sub num2ip { return inet_ntoa( pack 'N', shift ); } sub mac2num { my $mac_hex = shift; $mac_hex =~ s/://g; $mac_hex = substr(('0'x12).$mac_hex, -12); my @mac_bytes = unpack("A2"x6, $mac_hex); my $mac_num = 0; foreach (@mac_bytes) { $mac_num = $mac_num * (2**8) + hex($_); } return $mac_num; } sub num2mac { my $mac_num = shift; my @mac_bytes; for (1..6) { unshift(@mac_bytes, sprintf("%02x", $mac_num % (2**8))); $mac_num = int($mac_num / (2**8)); } return join(':', @mac_bytes); } ----------------------------------------------------------------------
Project ID: 4414069

About the project

6 proposals
Remote project
Active 11 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
I have a lot of experience with C coding and Perl scripting. If the price is ok, you can have bulletproof code in a day. Let me know if you have any questions.
$60 USD in 1 day
5.0 (36 reviews)
4.6
4.6
6 freelancers are bidding on average $90 USD for this job
User Avatar
Hello, I have ~30 years experience in both Perl and C/C++. I see what each step of your script is doing I will be able to translate this from Perl to C++ for you. A IDLER
$93 USD in 3 days
4.9 (96 reviews)
5.6
5.6
User Avatar
Dear Sir. I'm very interested in your job post involving these skills. I am just LinuxOS/Network expert and have 7 years experience. I have consistently delivered projects on time and under budget, which has earned us many positive ratings, as you'll see in work history. I believe that my skills would be ideal for your project. Regards, Jin.
$412 USD in 4 days
5.0 (7 reviews)
4.5
4.5
User Avatar
I can do it.
$80 USD in 2 days
5.0 (10 reviews)
3.5
3.5
User Avatar
Hello. More 20 years programming experiense.
$100 USD in 1 day
5.0 (1 review)
2.1
2.1
User Avatar
Hi i can do this
$99 USD in 3 days
5.0 (2 reviews)
1.5
1.5
User Avatar
Hi, I can do it, Please check your PM.
$110 USD in 2 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
herndon, United States
5.0
1
Payment method verified
Member since Apr 9, 2013

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.