Is there a unix internet api?


 
Thread Tools Search this Thread
Top Forums Programming Is there a unix internet api?
# 1  
Old 10-03-2002
CPU & Memory Is there a unix internet api?

In Windows you can use WinInet API to access the internet from your c code. Does unix got the same functions?
# 2  
Old 10-03-2002
Are you referring to Winsock?

Yes, Sockets are available under Unix for Internet communication.
# 3  
Old 10-06-2002
Thanks for your reply.

I was talking about wininet which is more specific for using the internet then winsock. wininet is more high level with functions like InternetOpenUrl() and InternetReadFile() etc...
# 4  
Old 10-08-2002
Quote:
Originally posted by hadarb
Thanks for your reply.

I was talking about wininet which is more specific for using the internet then winsock. wininet is more high level with functions like InternetOpenUrl() and InternetReadFile() etc...
I see.

I am sure that there are some API's that are floating around that have encapsulated similiar functionality but I am sure that if you check it out, programming with sockets is not as difficult as it might sound.

I was surprised with how similiar sockets were to the WinInet control. A little bit more work, but not as much as I had originally thought.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js

Ref: https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX for Dummies Questions & Answers

UNIX: internet witout GUI

Hello! Please, is it possible to come to internet (not e-mail, but ionternet!) without GUI? Many thanks! (8 Replies)
Discussion started by: pinklemon
8 Replies

3. Shell Programming and Scripting

Using Twitter search API to find Vine videos - with UNIX Shell Scripts

I wish to search most recent Vine videos with a search string. On Twitter web interface I search "vine.co rammstein". Output should be Vine URL for example https://vine.co/v/hAF6iXiFUbr, also short https://t.co/QxmaJSBF9D is OK Never used Web APIs with Shell Scripts. (2 Replies)
Discussion started by: slashdotweenie
2 Replies

4. Shell Programming and Scripting

Need to run an API from a script and extract fields from output of API

Hi, I need to call an API (GetUsageDetails)from inside a shell script which takes an input argument acct_nbr. The output of API will be like : <usageAccum accumId="450" accumCaptn="PM_125" inclUnits="1410.00" inclUnitsUsed="744.00" shared="true" pooled="false" prorated="false"... (1 Reply)
Discussion started by: rkrish
1 Replies

5. IP Networking

Access Unix server over the Internet

:(:confused: i am going to ask a silly question. is it possible to setup a unix server at home. once i have setup successfully, can i provide access to that server via internet. i do not have any commercial intent, behind this. (3 Replies)
Discussion started by: sudhiroracle
3 Replies

6. UNIX for Dummies Questions & Answers

Sharing a Unix Drive Over The Internet ... but

I don't know if this can be done, otherwise, my project will come to a screeching halt. I have a SCO 5.0.5 machine connected to the internet with a static IP address. I need to be able to share a drive : /shareddrive I need to map to it from a windows machine: hence, what i'd like to... (3 Replies)
Discussion started by: gseyforth
3 Replies

7. UNIX for Dummies Questions & Answers

unix for internet cafe

hello everyone, new here on unix, don't know a lot about it but I have an engineer that will install all. so what do you think about using unix for an internet cafe? are programs like msn instant messenger available for unix? thank you for any help I am a novice at the moment but... (12 Replies)
Discussion started by: tayoz
12 Replies

8. UNIX for Dummies Questions & Answers

need to acces unix box thrugh the internet

I have my own PC with linux mandrake 8.2 at home but the problem is that I cant effort the internet connection right now. but at work I had W2k. so if there is any program that allow me to log in unix box and use that program as a terminal for that box. I want to practice the linux code and the... (4 Replies)
Discussion started by: RuDe_BuT_CoOoL
4 Replies

9. UNIX for Advanced & Expert Users

Unix to Windows 2000 printing over the internet

I need help printing to the Windows 2000 Pro environement from a Unix box, that the Windows 2000 system dials into via a ISP. We are still waiting for our T1 line to be installed but will need to know if that process will change when that is installed. I know that you can print from Windows 2000... (1 Reply)
Discussion started by: supportit
1 Replies

10. IP Networking

Unix Internet Connection

I am trying to set up my internet connection for my unix system and cannot seem to do it. I have a optimum on line service, and use a cable modem, with a usb. The 3 com ethernet card in my Gateway Labtop is recognized but when I hook up the usb and try and connect the usb is unrecognized. I... (14 Replies)
Discussion started by: kdelph
14 Replies
Login or Register to Ask a Question