InterNestor library for Pascal

by snout on 08-11-2005, 00:05
Topic: Development
Languages:

Source: MSX Forum

In addition to Konamiman's InterNestor libraries for ASM and C, and the addition of InterNestor features to NestorBASIC, a new library was released for Pascal, allowing you to use the features of InterNestor in your own Pascal productions.

InterNestor Lite provides all basic features needed to connect the MSX computer to a TCP/IP network, such as the internet. As you can see in this forum topic, a Telnet client and a server coded in Pascal were already released.

Relevant link: InterNestor Lite Pascal library

Comments (3)

By spl

Paragon (1470)

spl's picture

08-11-2005, 12:15

Great news!!!

By HansO

Paladin (672)

HansO's picture

08-11-2005, 19:07

Great! Thanks

By Sd-Snatcher

Hero (582)

Sd-Snatcher's picture

08-11-2005, 21:41

The library is totally wip, and lacks of minumun control and exceeds of debugging lines. But i have used the client to connect to IRC and works, by the order way it need more funcions, actually it receive an send function only works BYTE to BYTE (CHAR), need to read until 1k a time with a RCVblock & SENDblock, later i like to implement UDP functions.