all software/

Static Library and Hs Crypto C Source Library Software for Windows

Downloads and Reviews 1-10 of 10
CRC checking operations quick & easy
Convert DLL into a equivalent static library
Get HDD model,serial and revision number
MPEG Encoder SDK Libraries for developers.
$14.95 - Traction Software

CRC32 Static Library for Microsoft VC++ was produced to make your CRC checking operations quick & easy to implement seamlessly without the need for an external DLL



$399 - Binary Soft, Inc.

DLL to Lib is a magical tool which can convert a DLL file into its equivalent static library file. After that, you can replace the original DLL file with the static library file, rebuild your application, and distribute it without the DLL!



$15 - AS Computer Software

Get IDE HDD model, serial and revision number for all IDE drives in a system.WIN32 DLL and static library in one package.Not WMI, only windows API.Very small and fast. No need for administrative rights.Just one function call to remember.



$2250 - Maya Studio Ltd.

MPEG Encoder SDK Libraries for developers. Video encoder, audio encoder, multiplexer. 100% ISO standard compliant. Available as static library or with full source code. Very fast, easy to use. Competitive prices. Download demo DirectShow filters now!



 

WSP Module Player for C++
$0 - SpyTech

WSP Module Player in a DLL or static library adds support for module music playback to your application.
Supported formats are MOD, S3M and XM. For more info visit "".



 
HS TFTP 1.2 C Source Library

HS TFTP C Source Library
$0 - Hillstone Software

HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided.

HOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTP protocol module: timer management, memory management and event callbacks. This architecture makes it easy to port HS TFTP protocol module to any environment. HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services. User application need not worry about Winsock - HS TFTP does all transmission, reception and event handling over socket layer.

TFTP module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on. When it is appropriate to send next block of data HS TFTP will get next memory block from user application. Similarly, when data has been received HS TFTP module will get the next block of memory from user application to store data into

Along with XMODEM or as an alternative, TFTP is often used in embedded devices and appliances for the purpose of software or configuration upgrade or retrieval.

HOW TO BUY HS TFTP LIBRARY:
You can purchase the library online using credit card payment at:
tftp_buy.htm
Once the purchase is made you will receive download link by email to download full product deliverables, which include:
- HS TFTP library binaries. (Win32 static library)
- HS TFTP library full source code in C with MS Visual C project workspace
- HS TFTP Demo Application binaries, full source code and MS Visual C project workspace.
- HS TFTP library user manual, which documents in detail complete library API.



HS CRYPTO 1.0 C Source Library

HS Crypto C Source Library
$0 - Hillstone Software

HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm

The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables.

The stream cipher method uses randomly generated key which must be known to both receiver and transmitter to encode each byte with a rotating byte of the key

RFC1321 MD5 algorithm generates a 16 byte data signature which is unique to the input data. This may be used for data integrity checking or in digital signature applications.

* Applications:
- Fixed File Encryption
- Telecommunications
- Security / authentification

*Supported MODES
- Use either of the the two pre-defined translation tables
- Use dynamically generated translation tables
- Use alternating translation tables
- Buffer mode or character mode

*Summary of API Functions:
- HsSetCryptMode
- HsEncryptByte
- HsDecryptByte
- HsEncryptBuf
- HsDecryptBuf
- HsCryptGenerateXlat
- HsCryptGetXlat
- HsCryptSetXlat
- HsMd5Buffer
- HsMd5File

The library currently costs EUR 49.00 for unlimited user license. Once the purchase is made you will receive
download link by email to download full product deliverables, which include:
- HS Crypto library binaries. (Win32 static library)
- HS Crypto library full source code in C with MS Visual C project workspace
- HS Crypto Demo Application binaries, full source code and MS Visual C project workspace.
- HS Crypto library user manual, which documents in detail complete library API.


HS NMEA GPS C Source Library 1.0

HS NMEA GPS C Source Library
$0 - Hillstone Software

HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. Decoded parameters include: time, date, position, altitude, speed, course and heading, according to standard - NMEA-183 (National Marine Electronics Association, Interface Standard 0183.

* HOW IT WORKS: HS GPS library continuously reads asynchronous data stream from a serial port and analyses the information to recognize and decode NMEA-183 Protocol sentences. After each message is received it is checked for integrity by comparing the received and the calculated checksum. The NMEA sentence fields are then converted from ASCII values into C structure variables and passed up to user application code.

* Applications
- Navigation
- Security
- Telematics
- Fleet Tracking
- Asset Tracking
- Any customer applications requiring access to a NMEA-183 compliant GPS receiver

* Features
- Interfaces a GPS receiver over COM ports COM1 - COM8
- Decodes most commonly used NMEA sentences from a GPS receiver:
- GGA - Global Positioning System Fix Data
- GLL - Geographic Position
- GSA - DOP and Active Satellites
- GSV - Satellites in View
- RMC - Recommended Minimum Specific GNSS Data
- VTG - Course over Ground and Ground Speed

HOW TO BUY HS GPS LIBRARY:
You can purchase the library online using credit card payment at:



The library costs EUR 79.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include:
- HS GPS library binaries. (Win32 static library)
- HS GPS library full source code in C with MS Visual C project workspace
- HS GPS Demo Application binaries, full source code and MS Visual C project workspace.
- HS GPS library user manual, which documents in detail complete library API


HS XMODEM C Source Library 1.1

HS XMODEM C Source Library
$0 - Hillstone Software

HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 block size vs 128, CRC vs checksum, configurable timers and retries

* HOW IT WORKS:
When user application initlialises HsXmodem library, it provides interface callbacks for the services used by Xmodem protocol module: timer management, serial transmission and reception, memory management, event callbacks. This architecture makes it easy to port Xmodem protocol module to any environment

Xmodem module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on. When it is appropriate to send next block of data Hs Xmodem will get next memory block from user application. Similarly, when data has been received Hs Xmodem module will get the next block of memory from user application to store data into

As a backup or an alternative to TFTP, Xmodem is often used in embedded devices and appliances for the purpose of software or configuration upgrade or retrieval.

* FEATURES:
- Xmodem Sender and Receiver
- 128 and 1024 block size
- Checksum and CRC option
- Configurable timers
- Configurable number of retries

* HOW TO BUY HS XMODEM LIBRARY:
You can purchase the library online using credit card payment at:
xmodem_buy.htm
The library currently costs EUR 99.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include:

- HS XMODEM library binaries. (Win32 static library)
- HS XMODEM library full source code in C with MS Visual C project workspace
- HS XMODEM Demo Application binaries, full source code and MS Visual C project workspace.
- HS XMODEM library user manual, which documents in detail complete library API.


Short Message Service (SMS) C Source Library

HS GSM SMS C Source Library
$119 - Hillstone Software

HS GSM SMS is a C source library that provides a PC-based user application with access to a mobile phone's Short Message Service (SMS) functionality, according to ETSI standards: GSM 07.05 (ETS 300 585) - "Use of Data Terminal Equipment - Data Circuit terminating; Equipment (DTE - DCE) interface for Short Message Service (SMS) and Cell Broadcast Service (CBS)" GSM 03.40 - "Technical Realization of Short Message Service - Point-to-Point.

Features:
* Interface with mobile phone over COM ports COM1 - COM8
* Sending SMS messages to GSM network
* Receiving incoming SMS indications from mobile phone
* Reading received SMS messages from mobile phone
* Deleting messages from mobile's phone memory
* Decoding sender number and service center timestamp

SUPPORTED MODES
* PDU Mode

SUPPORTED ENCODING:
* 7 Bit Text

SUPPORTED EQUIPMENT:
* Siemens C35i
* Siemens S25
* Siemens ME45
* Nokia 6610
* Siemens data modules
* Nokia GSM / GPRS modules

HS GSM SMS library has been developed for and is currently supported on MS Windows based platforms. However its flexible architecture and the fact that it is supplied with full C source code make it possible to port it to any platform.

The library is supplied as Win32 static library with full Source Code and a Demo application
The library was developed using C language and uses a flexible architecture

Customization: Hillstone Software provides additional services for customization, porting and integration of the library code to better suit the needs of your products


© 2007-2008 Software Institute

Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.