Cell Relay Archive

Cell Relay Retreat>List Archive>month:1998-Apr> msg00315



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

Re: FORE 155M ATM API(Baesd sun ultra)

  • From: Geert Goossens <gagoosse@info.vub.ac.be>
  • Date: Thu, 30 Apr 1998 17:50:48 +0200

Lee KyungJae wrote:
> 
> Hi! everyone.
> i am developping VOD system based IPOA SVC network.
> i have a problem that i can't get the ATM address, VCI, VPI value from
> the FORE device driver.
> i don't have a API information of FORE ATM adaptor card.
> i want to know the method that access to the FORE device driver in the
> application program.
> 
> Please help me!
> i should hurry up.
> 
> thanks in advance.
> 
> i am very happy if you send me your answer
> because i am often too busy to paticipate in this group.

It's possible to do this using the Winsock 2 interface that FORE
provides for Windows 95/NT.
Look at the examples they provide with their Winsock2 SPI. It
demonstrates how to get the ATM address from the card by sending a
SIO_GET_ATM_ADDRESS control message (WSAIoctl). Look in
Winsock2\samples\winnt\svc\accept\accept.c.
It also demonstrates how to retrieve the VCI/VPI values.
Are you working on a SUN? Maybe you can try a similar ioctl() command?

Geert.