WO1996010311A1 - A method and system for exchanging information in a wireless environment - Google Patents

A method and system for exchanging information in a wireless environment Download PDF

Info

Publication number
WO1996010311A1
WO1996010311A1 PCT/CA1995/000548 CA9500548W WO9610311A1 WO 1996010311 A1 WO1996010311 A1 WO 1996010311A1 CA 9500548 W CA9500548 W CA 9500548W WO 9610311 A1 WO9610311 A1 WO 9610311A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
destination
outbound
selected transmission
files
Prior art date
Application number
PCT/CA1995/000548
Other languages
French (fr)
Inventor
Mihal Lazaridis
Allan Lewis
Barry Gilhuly
Gary Mousseau
Original Assignee
Research In Motion Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Research In Motion Limited filed Critical Research In Motion Limited
Priority to AU35157/95A priority Critical patent/AU3515795A/en
Publication of WO1996010311A1 publication Critical patent/WO1996010311A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/04Protocols specially adapted for terminals or networks with limited capabilities; specially adapted for terminal portability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/59Providing operational support to end devices by off-loading in the network or by emulation, e.g. when they are unavailable

Definitions

  • This invention relates generally to data communication in a wireless environment and, in particular, to a method and system for enabling a general-purpose subscriber unit, such as a portable computer, to receive and transmit messages via a wireless network with no requirement for a direct real-time interface to the such network.
  • each subscriber unit executes one or more application software packages that require the ability to exchange information across a communication network
  • each applii tion requires a complete interface to such network before any message exchange across the network can take place.
  • normal communication software and communication protocols fail over radio frequency wireless networks because of delays and the non-standard methods of transmission. Network delays are aggravated when mobile devices roam in and out of network coverage. Because of the foregoing, software programmers must develop extensive experience in the particular wireless network for which their program is written.
  • This invention allows for a free exchange of information across a wireless network without requiring that an application using the invention co- • ain any information about the network being used to deliver the messages.
  • the only requirement is that the application contain or a user have access to the remote mobile address or addresses of the receiving party.
  • the invention receives messages from other mobile devices without direct involvement of any application and utilizes the file system on the device running the invention as a common interface between the application and itself. Therefore, to use the invention an application developer utilizes normal file system calls to interact with any communication network, including wireless networks.
  • This invention addresses routing of files through four methods. The first method allows the application to prepare a command file containing the source and destination information following a specific format.
  • Source transmission files and their corresponding destination sites may be located on a disk drive or in memory storage on the source device, and when transmitted, may be stored in similar locations on the destination sites.
  • the application adds a special address line to the transmission file containing a destination address. This special address line has the form "TO:" followed by a destination address.
  • the third method allows the application to write the file to a subdirectory derived from the actual network address of the destination, i.e. the destination address. In a Microsoft WindowsTM and MS-DOSTM environment the directory name transmits an eight digit address and the directory name extension is utilized for other addressing information. To use the third method, a file must be placed in a subdirectory in an outbound directory area.
  • the fourth method allows the invention to read files containing lists of file names and their associated paths to determine the destination site to which files are to be transmitted and from which files have been received by the invention.
  • the present invention has utility in facilitating file and message exchange between personal computers or personal communicating devices over a wireless data network. Messages are delivered by the program in the form of files to designated remote systems. The files are saved in a form particular to the physical computer and operating system running the invention and delivered to the remote computer system. In accordance with the invention, the receiving computer running the invention saves the incoming data in a file associated with the receiving computer and operating system thus enabling the applications on the receiving computer to read and process the information.
  • Each computer on a network has a single known address, an example of this in the preferred embodiment would be the Mobitex Access Number (MAN) used to address all fixed and roaming stations connected to the network.
  • MAN Mobitex Access Number
  • the present invention solves several problems posed by wireless data networks while simplifying the use of such networks.
  • An important aspect of the invention is the effect of removing the necessity for real-time network communication from any application using the invention.
  • the problems solved by this innovation include: (a) the inability of traditional applications to exchange data in a wireless environment because of delays and link speeds encountered in wireless data networks, and (b) the difficulties encountered resulting from the lack of a common protocol between applications.
  • the method and system disclosed and claimed address these problems by permitting applications to access a wireless network through a common interface utilizing the file system resident to, associated with or used by such applications. Accordingly, one object of the invention is to use the destination or source network address to route messages and files.
  • the problems solved by this innovation include: (a) eliminating the need for the application to modify or change data to be sent to the remote system, and (b) eliminating the need to create control files to deliver the data, without precluding the ability to use either method if desired.
  • the present invention comprises a computer program that operates on a prescribed combination of a personal computer and an operating system.
  • a preferred embodiment runs on an IBM 1 * PC or compatible computer and includes an operating system that supports a Microsoft WindowsTM operating environment such as the MS-DOSTM or Windows NtTM operating systems.
  • the invention is divided into four software components, a Startup and Shutdown Processor, a Message Manager, a Send File Manager, and a Receive File Manager.
  • the Startup and Shutdown Processor is called through the startup and shutdown phase of the system (program) comprising the invention.
  • this processor can take different forms.
  • the purpose of the processor is to allocate and initialize all those structures and system resources that are needed for the program to operate in its normal mode.
  • the shutdown sequence will de-allocate all structures or system resources that have been allocated.
  • the Message Manager is a central location where all messages are received. These messages include timer events, user input and communication messages. Message recognition, message filtering and message assignment are performed by the Message Manager component.
  • the Send File Manager comprises two main components. One component detects new files to be sent to destination sites and the other main component maintains communication connections until all information to be transmitted to a particular destination site has been successfully transmitted.
  • the Send File Manager scans (a) the outbound directory area to detect new transmission files within subdirectories or (b) the outbound list file that is created by the invention.
  • a Start Send Message may be generated by a periodic timer, a user request or another application sending a message or signal.
  • the directory scan includes files within previously existing subdirectories or new files within newly created subdirectories. When a new subdirectory appears with a valid network address, it is examined for source files to be transmitted. If a new transmission file is detected, then the Send File Manager selects the file for movement from its current subdirectory to a pending files directory.
  • the Send File Manager creates a linked list of all selected files destined to the same destination site on a first-in, first-out (FIFO) basis. This linked list is shared with the Receive File Manager. This allows a remote destination site to request a file from the Receive File Manager.
  • the Receive File Manager receives files and transfers those files to their destination. When a file is detected by the Receive File Manager, the local system resources and permissions are verified before the connection is accepted.
  • Each message transferred across a wireless network has the source and destination address of the message contained in the header file.
  • the MobitexTM network uses the MobitexTM Access Number for this purpose.
  • the Receive File Manager When the Receive File Manager has performed any required security and verification to determine that it can open and start saving the file, it proceeds to write the file to the inbound directory area of the invention.
  • the inbound directory preferably contains at least one pending directory and a series of subdirectories whose names are associated with the addresses of the remote computer systems that have sent messages to the receiving system.
  • the Receive File Manager saves it in a pending directory until the entire file is received without error.
  • the file is completely received, it is moved to a subdirectory name derived from the remote computer's network address or to a given directory specified by the sender and the file name, including its path, is appended to an inbound list file.
  • the present invention will result in a reduction of the costs associated with developing applications for wireless networks, particularly MobitexTM applications. It will allow multiple applications from different software vendors to share the same network access device concurrently. It will significantly decrease the time to market for such applications and enable users to access a wide variety of networks at faster rates.
  • the present invention accomplishes this object by scanning a memory location for outbound files to be transmitted to a remote location and using the presence of a valid outbound file as a signal to initiate the process of deriving the destination address of the remote location, from one of (a) the command file associated with the outbound file; (b) a header contained within the outbound file; or (c) the file path name of the outbound file, and associating the derived address with the outbound file, and then transmitting such file to the corresponding remote location (or destination site) associated with the derived destination address.
  • Figure 1 is an overview of the system including the network and shows two systems, one acting as the sender and one acting as the receiver.
  • FIG. 2 is an overview of the invention within the computer using it, showing the main components involved.
  • Figure 3 is a block diagram of the File Transfer Agent, which comprises all main components of the system.
  • Figure 4 is a block diagram of the Message Manager, which is responsible for filtering messages and is one of the four main components of the system.
  • Figure 5 is a block diagram of the Send File Manager, which is responsible for all locally initiated file exchanges and is one of the four main components of the syste .
  • Figure 6 is a block diagram of the Directory Scanner, which is responsible for initiating files to be sent to a remote system.
  • Figure 7 is the block diagram of Prepare Send Job, which is responsible for preparing all information for a send job to take place.
  • Figure 8 is a block diagram of the Send File Agent, which is responsible for the actual data exchange with the remote system for sending a file.
  • FIG. 9 is a block diagram of the Receive File
  • Figure 10 is a block diagram of the Receive File Agent, which is responsible for the actual data exchange with the remote system for receiving a file.
  • Figure 11 is the block diagram of Prepare Receive Job, which is responsible for preparing all information for a receive job to take place.
  • Figure 12 is the block diagram of Delete Receive Job, which is responsible for deleting receive jobs when they are complete.
  • Figure 13 is a block diagram of a directory tree structure showing one possible embodiment of the invention.
  • FIG. 1 shows an overview of how the invention is used in a network environment.
  • the sending computer (101) runs the Sending Application and the File Transfer Agent in send mode (102) .
  • This component initiates the connection which takes place over a serial/parallel connection (103) to a wireless modem/network device (104) .
  • the modem device could be wired and the connection to the device could be serial, parallel or even a direct memory access to a built-in modem device.
  • the modem device transfers the information to the Wireless Network (106) .
  • the network routes the information to another similar modem device.
  • the receiving Wireless Modem Device (107) passes the information via the File Transfer Agent to the Receiving Application (108) .
  • This end-to-end exchange causes information to be fully transferred and is the preferred method described herein.
  • This diagram is a simplified diagram, and it should be noted that the applications within each computer can be both sending and receiving simultaneously. Also, it should be noted that the File Transfer Agent can be operating in a single computer system in both send and receive modes as shown in Figure 2.
  • Figure 2 shows an overview of the preferred system in which the invention operates. It includes a number of active or inactive applications (201 and 202) . These applications can be related, working together, or they can be performing their own independent activities.
  • the interface between the applications and the File Transfer Agent (206) is through the normal file system of the computer system.
  • an application sends data to a remote system, the application saves the data as a file in Outbound Files (203) .
  • Files of various sizes from one byte to large graphics files that are many megabytes in size
  • the File Transfer Agent (206) After the File Transfer Agent (206) has detected the presence of a file in Outbound Files (203) , such file is moved from Outbound Files (203) to Pending Files (205) to ensure it is not inadvertently transmitted multiple times.
  • the File Transfer Agent operates as a WindowsTM program, and provides a limited user interface. This interface provides configuration functions, monitoring functions and send file scanning functions. Its main work area is Pending Files (205) . It uses Pending Files (205) as a storage area for files being transmitted and as a scratch area for files being received.
  • the File Transfer Agent's (206) main purpose is to interact with the wireless network medium using any provided programming interface. This could be one specific network or several networks if several networks were all available to the program at the time of execution.
  • the network used in the preferred embodiment is the MobitexTM network. MobitexTM is a radio frequency data network developed by EricssonTM in Sweden and installed and operated by Roger's/CantelTM in Canada and RAM Mobile DataTM in the U.S., U.K. and Australia.
  • FIG. 3 shows a detailed block diagram of the File Transfer Agent (206) .
  • the File Transfer Agent (206) is level zero of all system components and as such contains all the major components of the invention. These major components include the Startup/Shutdown Processor (301) , the Message Manager (302) , the Send File Manager (303) and the Receive File Manager (304) . It is these four components working together that provide the File Transfer Agent (206) with the ability to exchange files and respond to local system requests.
  • the Startup/Shutdown Processor (301) is the smallest of the components and is invoked only at system startup and system shutdown. During startup, user configuration information is read and interpreted. This includes configuring a site with characteristics, size limitations on files transmitted/ received and directory permissions for files being written to the system. For all known sites, the Startup/Shutdown Processor allocates memory and establishes a site queue. During operation, when new sites send files to the system or when the File Transfer Agent (206) sends files to unconfigured sites, new site queues are allocated. Any additional required system resources, including system timers, system semaphores and other operating system- specific resources are allocated by the Startup/Shutdown Processor. The Startup/Shutdown processor also checks for the existence of the Outbound List File and the Inbound List File. If either file is not found, the file is created as a zero length file so that applications can access it.
  • FIG. 4 is a detailed block diagram of the Message Manager (302) .
  • Message Manager processes all incoming messages and creates or locates session records as needed, or updates a network status file.
  • Message Manager is composed of four main modules. These are Determine Message Type (401) , Create Session Record (402) , Find Session Record (403) and Create Status File (404).
  • Determine Message Type (401) recognizes three types of start scan messages: (1) system timeout, (2) user instruction to scan and (3) application instruction to scan.
  • Determine Message Type (401) returns a start sending message. The purpose of the scan is to detect that a file is present to send to a remote system. If the message is a communication message, then the invention scans for an OPEN_SESSION message because the system has no connection with the remote system. If the session record cannot be found then it must be discarded as in error.
  • the following is the pseudocode for Determine Message Type in the preferred embodiment:
  • Create Session Record creates all required structures and saves information about the current connection for later use.
  • Create Session Record (402) , in the preferred embodiment, can be given a connection string that is used for validating the file to be received.
  • the Receive File Manager (304) is given this message to complete the processing.
  • the following is the pseudocode for Create Session Record in the preferred embodiment:
  • Session_Record (contains file and validation information) Session_Record equals ⁇ ALLOCATE_MEMORY> (Size_Required) if (Session_Record allocation successful) Save Connection string Save Source and Destination Addresses
  • Find Session Record (403) is called when the communication message is not an 0PEN_SESSI0N and an existing connection must be located.
  • the following is the pseudocode for Find Session Record in the preferred embodiment:
  • Create Status File (404) is called by the Message Manager (302) when a communication message such as network availability, coverage or signal strength, as well as battery level indication is received.
  • the Create Status File (404) module in the preferred embodiment has the following pseudocode:
  • Create Status File updates the status file to provide other applications with information about the system on which the invention is operating.
  • One skilled in the art would appreciate that other status checks could be made part of the status file.
  • FIG. 5 is a detailed block diagram of the Send File Manager (303) .
  • This component is responsible for all file transfer jobs that are initiated locally. A local system can request that a file be sent to another system or received from another system.
  • the Send File Manager (303) is composed of three main sub-modules: the Directory Scanner (501) , Prepare Send Job (502) and Send File Agent (503) .
  • the first component of Send File Manager (303) is the Directory Scanner (501) .
  • the Directory Scanner (501) is invoked when a start scan message is received from Message Manager (302) .
  • the Directory Scanner (501) component will scan three subareas for files to be transmitted. These subareas include: the command file subarea, the outbound directory, and any subdirectories in the outbound directory.
  • Prepare Send Job (502) is called to create a job record and a job number for the request.
  • the job number is used to create a temporary file name, used within Pending Files (205) .
  • the file is then selected and then moved from its current directory to a file in Pending Files (205).
  • the Send File Agent (503) ensures the entire file is transmitted, and closes the connection when all information is sent.
  • FIG. 6 is a detailed block diagram of the Directory Scanner (501) component within the Send File Manager (303) .
  • the Directory Scanner (501) detects and validates files to be transmitted. It is invoked by a periodic timer, where the period is established by the user or a default, a user request, or a program sending a signal or message.
  • the main components of the Directory Scanner (501) are the Scan Outbound List File (601) , Scan For Command File (602) , Scan For File With Header (603) and Scan For Raw Data File (604).
  • the first module. Scan Outbound List File (601) opens and reads the contents of an outbound list file containing a sequential list of all files to be transmitted.
  • the outbound list file is modified by appending a designation of the transmission file, which includes the file name and path of the file, on a first-in, first-out ("FIFO") basis.
  • FIFO first-in, first-out
  • OPEN Valid Subdirectory Filename get first file in directory call ⁇ Prepare Send Job - (502)> else directory invalid, delete directory end if end if end while
  • the user may configure the invention such that the presence of the Outbound List File allows the invention to bypass the other more time consuming scanning techniques outlined below, by directing the scanning step only to the outbound directory area designated by the entries in the Outbound List File.
  • the Outbound List File might also contain information associating a particular file with a particular transmission medium.
  • the second module, Scan For Command File (602) searches the command directory for files with specific filenames or file contents that contain parsable arguments. These arguments include parameters such as the destination network address, the local file name to be transmitted, the method of transmission and the destination site file name and directory.
  • the following is the pseudocode for the preferred embodiment of the Directory Scanner (501) module:
  • Scan For Command File can queue several send jobs to multiple sites.
  • Prepare Send Job 502 is called for each job that has been validated.
  • the third module of Directory Scanner (501) is Scan For File With Header (603) .
  • This module scans the outbound directory, including all subdirectories within the outbound directory, for files with parsable headers.
  • the header must contain the destination network address to delivery the file.
  • the header line contains in its first line either "TO:Network_Address M or "TO:ALIAS_NAME" to identify the destination system, the latter formulation indicating that an alias name may be used to identify the destination as well.
  • an alias may identify, or point to the location of, a list of addresses where the data message must be sent.
  • the pseudocode for the preferred embodiment of Scan For File With Header (603) is as follows:
  • the fourth module of the Directory Scanner (501) is Scan For Raw Data File (604) .
  • This module allows a raw data file to be placed into a subdirectory in the outbound directory area targeted for transmission to a remote system.
  • the destination address of the file is determined from the portion of the file path name beginning with the subdirectory.
  • the subdirectory name, or several subdirectory names in the same file path name contain the information necessary to construct a network address or a set of network addresses to route the file.
  • the system determines whether the subdirectory name is either the network address of a destination site or and alias name for the destination address.
  • Pseudocode for Scan For Raw Data File (604) for the preferred embodiment is as follows:
  • Open Valid Sub-Directory Filename get first file in directory while ⁇ files present in this directory> call ⁇ Prepare Send Job - (502)> end while directory emptied, delete directory else directory invalid, delete directory end if
  • Scan For Raw Data File (604) detects valid subdirectories, it removes all files present, and upon emptying a subdirectory or detecting it is invalid, deletes the directory to reduce overall scanning time.
  • Figure 7 shows a detailed diagram of the Prepare Send Job (502) with its five components.
  • the first component Get Job Number (701) gets a job number for the current request, where a job number is an integer value. This number is generated for every new job in the system (send or receive) , and is created to be unique for a long period of program execution time.
  • the second component of Prepare Send Job (502) is Create Job Record (702) .
  • a job record contains key information about a file transfer request. This information includes the newly created pending filename, the destination address and the destination file name.
  • Pseudocode for the preferred embodiment of Create Job Record (702) is as follows:
  • Job_Record Allocate Memory (Size of Job Record) if (Job Record allocate successful) save information provided save site information save job number end if return (Job Record)
  • Create Job Record (702) returns a null value for the job record and the send request is aborted.
  • the third module of Prepare Send Job (502) is Create Pending File Name (703) . This name is used when moving a transmission file to the pending directory in the Pending Files (205) .
  • the name used within Pending Files (205) is derived from the Job Number just created. This name is saved in the job record so it can be referenced by other parts of the system. Those skilled in the art can appreciate that there are several ways a developer could create a unique temporary filename for the pending directory.
  • the fourth module. Move File (704) moves the file from the current directory into Pending Files (205) . This move ensures that the moved file is not detected by the next pass of the software.
  • Queue Send Job (705)
  • the fifth module, Queue Send Job (705) links a job record onto a Site Queue. Later, the job record is removed from the queue by the Send File Agent (503) to perform the work of transmitting the file.
  • Sample pseudocode for Queue Send Job (705) in the preferred embodiment is as follows:
  • FIG 8 is a detailed block diagram of the Send File Agent (503) .
  • Send File Agent (503) processes all communications messages for send jobs and ensures the successful completion of file transmissions.
  • One skilled in the art would appreciate that the messages transmitted would be compressed and/or encrypted using commercially available software.
  • Send File Agent (503) is composed of six modules: Process Start Send (801), Process Accept Connection (802), Process Send Complete (803), Receive Data Check (804),
  • Process Close Message (805) and Process Close Confirm (806) receives an action, "Start Sending", from Determine Message Type (401). This action causes Process Start Send (801) to search for a new send jobs on the next site queue to be processed, and begins the entire file transfer process.
  • Process Start Send (801) creates a session record and opens a session, unless a session already exists. If a session already exists, Process Start Send (801) determines that a remote site has requested a file.
  • API application program interface
  • Mobitex developer's kit commercially available from: Research In Motion, Technology Business Park, 180 Columbia Street West, Waterloo, Ontario N2L 3L3 Canada, called the Mobilib-plus developer's kit; or an Eicon's developer's kit commercially available from Eicon Technologies Corporation, 2196-32nd Avenue (Lachine) Montreal, Quebec H8T 3H7 Canada.
  • the pseudocode for the preferred embodiment of this module is as follows:
  • PROCESS START SEND site first site in site list
  • job_record get first queued job record while (not at end of job record queue) if (Job_Record equals a send job (AND)
  • Job_Record does not exist
  • the Process Start Send (801) module scans all sites in the site queue list to ensure every pending send job causes a connection to be opened and a session record to be created. Those skilled in the art can appreciate that the queuing of work in the communications area could be limited to one outstanding send event at a time.
  • Process Accept Connection (802) ensures that the connection is accepted by the remote system and sends the first portion of the file to be transmitted.
  • Process Accept Connection (802) also detects an end-of-file condition should such a condition exist in the first portion of the file. Pseudocode for the preferred embodiment of this module is provided as follows:
  • Process Send Complete receives a message every time a send is completed. This allows the communications sub-system to pace the data being sent to the remote so that data does not arrive at the communications link faster then the communications link can transmit such data.
  • This module is as follows:
  • PROCESS SEND COMPLETE if (end of file) read next portion of file add check sum ("CRC") to current check sum file total if (end of file reached) place check ("CRC") to end of block read end if send portion of file just read if (end of file (AND) not full protocol being used) close pending file delete pending file delete Job Record if (More Send Jobs present in Site Queue) build file header and send to remote else issue ⁇ Close_Connection Request> end if end if end if
  • Receive Data Check (804) sends a message back to the sending system. This occurs only when the full protocol of the invention is being used.
  • the pseudocode for the preferred embodiment of this module is as follow:
  • Receive Data Check (804) closes the connection when all data has been transmitted.
  • Process Close Message (805) handles close commands that are sent by the receiving system. This could occur if the remote system had an error or problem during operation. In that case, Process Close Message (805) closes any opened files and deletes any job or session records. It also sends a close confirm communication message back to the remote system.
  • Process Close Confirm (806) de-allocates to memory any job or session records related to this connection.
  • FIG. 9 is a detailed block diagram of the Receive File Manager (304) .
  • the main function of this module is to receive incoming connections and file information.
  • Receive File Manager (304) is composed of three components: Receive File Agent (901) , Prepare Receive Job (902) and Delete Receive Job (903) .
  • FIG 10 is a detailed block diagram of the Receive File Agent (901) .
  • This module processes all communication messages from remote systems. These communication messages are used to open new connections, transmit the data and close connections.
  • Receive File Agent (901) is made up of five components: Process Open Connection (1001), Process Send Complete (1002) , Send Data Check (1003) , Process Close Message (1004) and Process Close Confirm (1005).
  • Process Open Connection accepts new connections from remote systems.
  • This module validates the information contained within the connection request. In the preferred embodiment, this information is referred to as the presentation string.
  • the presentation string provides a range of information unique to each sending system being utilized.
  • the presentation string includes the destination filename, the size of the file, whether a file is being transmitted or requested and the type of protocol to use (for example express or confirm) .
  • Prepare Send Job (502) is called.
  • Process Open Connection (1001) can have only one connection open to one site for the purpose of receiving files. However, there may be another connection open to this same site for sending files.
  • Process Send Complete receives communication messages indicating that a previous send has been completed. This allows the communication system to pace data being transferred to another site.
  • this message occurs after we have sent the "All Data Received" message to the originating system after the entire file has been sent and verified.
  • Send Data Check (1003) processes all incoming file data on each connection. This module recognizes the "End Of File” condition and checks whether the received cyclical redundancy check (“CRC”) matches the running CRC total that is being kept on the file.
  • CRC cyclical redundancy check
  • Send Data Check (1003) calls Delete Receive Job (903) to delete the job record and move the received file to the destination directory.
  • Process Close Message (1004) handles close messages from remote systems.
  • a close message is sent from the remote site after it has received the "All File Data Received" message from the transmitting system, or if some other error or problem has occurred.
  • the close message signifies that the remote site has no more data to send.
  • Process Close Message (1004) deletes the session record for this connection, and calls Delete Receive Job (903) to delete any jobs that may be linked on the site. Finally, the module responds to the close message with a close confirm message.
  • Process Close Confirm (1005) processes the response to a close message. This is received when the receiving site has issued a close and the initiating site has responded with a close confirmation.
  • FIG. 11 is a detailed block diagram of Prepare Receive Job (902) .
  • This module creates job information for all new connections. It is called after an 0PEN_C0MMUNICATION message is received and accepted.
  • Prepare Receive Job (902) is composed of four components these are: Get Job Number (1101) , Create Job Record (1102) , Create Pending File Name (1103) and Queue Receive Job (1104) .
  • Get Job Number (1101) designates an integer value. This number is generated for every new job in the system (send or receive) and is unique within a long period of program execution time.
  • Create Job Record (1102) creates a record that contains the Job Number, the pending filename, the destination address and the destination file name.
  • Pseudocode for the Create Job Record (1102) in the preferred embodiment is as follows:
  • Job_Record Allocate Memory (Size of Job Record) if (Job Record allocate successful) save information provided save site information save job number end if return (Job Record)
  • the Create Job Record (1102) returns a null value for the job record and aborts the send request.
  • Create Pending File Name (1103) derives a temporary file name to be used as data arrives in from the remote system. The name is derived from the Job Number and the destination file name. This name is saved in the job record so it may be referenced by other parts of the system. Those skilled in the art will appreciate that there are several ways a developer could create a unique temporary filename for Pending Files (205) .
  • Queue Receive Job (1104) queues the information necessary to link a receive job record to a Site Queue.
  • the job record is used by other sections of the software to receive the file.
  • Sample pseudocode for Queue Receive Job (1104) in the preferred embodiment is as follows:
  • FIG. 12 is a detailed block diagram of Delete Receive Job (903) .
  • This module deletes job records and processes a newly received file within Pending Files (205) . It is composed of five components: Create Receive Directory (1201), Move Receive File (1202), Update Inbound List File (1203) Dequeue Receive Job (1204) and Delete Job Record (1205) .
  • Create Receive Directory (1201) utilizes the header information from the open sequence to determine a directory name. If this directory exists, then the file is moved into this directory using Move Receive File (1202) . If this directory does not exist, then Create Receive Directory (1201) creates this directory and Move Receive File (1202) moves the file into this new directory.
  • the directory name may be the address of the sending system.
  • Update Inbound List File (1203) is called to append the received file and its path to a file containing a sequential list of all received files.
  • this feature may be selected by the user.
  • Dequeue Receive Job (1204) searches site queues for all job records attempting to match the current receive job record. When the current job record is located, the job record is dequeued from the linked list. Delete Job Record (1205) is called to return the allocated structure memory to main memory.
  • Figure 13 is an overview of the directory structure of the invention.
  • the system is installed in the root directory (1301) of the storage device being used.
  • the root directory could be "C: ⁇ ” or “T: ⁇ ” for al local disk drive on a network.
  • the root directory for the disk where the system resides could be l: ⁇ or 2: ⁇ for example.
  • the name FILETRAN (1302) refers to the entry point into the directories supported by the invention. It should be appreciated by one of ordinary skill in the art that the directory and subdirectory could be structured in a number of ways to meet particular needs of the system user.
  • the three status files include radio.sts (1305), which contains radio and network information for programs to access; outbound.1st (1303), which is a list of all files, including the location of each file (for example the path) , to be transmitted in sequential first-in, first-out order; and inbound.1st (1308), which is a list of all files, including the location of each file (for example the path) , that have been received by the invention.
  • OUTBOUND contains all files to be transmitted
  • INBOUND (1304)
  • PENDING 1306
  • COMMAND which contains all command files for transmitting.
  • OUTBOUND contains three different classes of subdirectories and one outdir.cls (1310) configuration file.
  • the outdir.cls (1310) file contains information associating a class or network type with each subdirectory name.
  • the second subdirectory 3020 represents a DATAPAC 3020 subdirectory covering two lower- level subdirectories for files to be transmitted to DATAPAC addresses 32004030 and 44002010.
  • the third directory, Alias_Name 1 (1313) represents an alias name for a destination address or a set of destination addresses.
  • An additional aspect of the invention translates the alias name to its corresponding network address or list of network addresses.
  • PENDING Within PENDING (1306) is an example of a pending file that is in the process of being sent.
  • the filename sl234567.job contains the send direction ("s") and the job number ("1234567") for this pending file. The job number is a large integer to ensure that duplicate filenames will not occur in this directory.
  • Also within PENDING (1306) is the filename r7654321.job containing the receive direction ("r") and the job number ("7654321”) for this pending file.
  • the indir.cls (1317) file contains information association a class or network type with each subdirectory name.
  • the subdirectory 16001111 (1314) contains a file called "File-E" that has been received from a location whose address is Mobitex Access Number 16001111.
  • the second subdirectory COM (1315) represents a Internet address or domain with one example sub-address.
  • the example sub-address is ATTMAIL (1318) that acts as the Internet site name and two sub-directories to ATTMAIL (1318) are BUGS and BUNNY both user names in that site.
  • Internet addresses generally have the form:
  • the COMMAND (1309) directory is used to hold command files prepared by applications wanting the invention to transmit information to a remote site. All files in this directory have the filename extension ".CMD” as the example file labelled “commandl.cmd” illustrates. It will be apparent to those skilled in the art that the disclosed invention may be modified in numerous ways and may assume many embodiments other than the preferred form specifically set out and described above.

Abstract

A method and system in a data communication environment enables the exchange of information between a plurality of software applications (102, 108) through a selected communication device, such as a radio frequency modem (104, 107). Messages received by modem are stored as files intended for one of a plurality of applications, even if the destination application is not currently active. The method and system may utilize the file system of the transmitting location to provide the address of the receiving location by embedding the address in the path of the file to be transmitted.

Description

A METHOD AND VSTEM FOR EXCHANGING INFORMATION IN A WIRELESS ENVIRONMENT
TECHNICAL FIELD This invention relates generally to data communication in a wireless environment and, in particular, to a method and system for enabling a general-purpose subscriber unit, such as a portable computer, to receive and transmit messages via a wireless network with no requirement for a direct real-time interface to the such network.
BACKGROUND OF THE INVENTION In computer systems where each subscriber unit executes one or more application software packages that require the ability to exchange information across a communication network, it is desirable to provide a standard interface between multiple software applications and the comπu cations network. Using traditional methods, each applii tion requires a complete interface to such network before any message exchange across the network can take place. In many cases, normal communication software and communication protocols fail over radio frequency wireless networks because of delays and the non-standard methods of transmission. Network delays are aggravated when mobile devices roam in and out of network coverage. Because of the foregoing, software programmers must develop extensive experience in the particular wireless network for which their program is written.
This invention allows for a free exchange of information across a wireless network without requiring that an application using the invention co- ain any information about the network being used to deliver the messages. The only requirement is that the application contain or a user have access to the remote mobile address or addresses of the receiving party. The invention receives messages from other mobile devices without direct involvement of any application and utilizes the file system on the device running the invention as a common interface between the application and itself. Therefore, to use the invention an application developer utilizes normal file system calls to interact with any communication network, including wireless networks. This invention addresses routing of files through four methods. The first method allows the application to prepare a command file containing the source and destination information following a specific format. Source transmission files and their corresponding destination sites may be located on a disk drive or in memory storage on the source device, and when transmitted, may be stored in similar locations on the destination sites. In a second method, the application adds a special address line to the transmission file containing a destination address. This special address line has the form "TO:" followed by a destination address. The third method allows the application to write the file to a subdirectory derived from the actual network address of the destination, i.e. the destination address. In a Microsoft Windows™ and MS-DOS™ environment the directory name transmits an eight digit address and the directory name extension is utilized for other addressing information. To use the third method, a file must be placed in a subdirectory in an outbound directory area. The fourth method allows the invention to read files containing lists of file names and their associated paths to determine the destination site to which files are to be transmitted and from which files have been received by the invention.
SUMMARY OF THE INVENTION
The present invention has utility in facilitating file and message exchange between personal computers or personal communicating devices over a wireless data network. Messages are delivered by the program in the form of files to designated remote systems. The files are saved in a form particular to the physical computer and operating system running the invention and delivered to the remote computer system. In accordance with the invention, the receiving computer running the invention saves the incoming data in a file associated with the receiving computer and operating system thus enabling the applications on the receiving computer to read and process the information.
Each computer on a network has a single known address, an example of this in the preferred embodiment would be the Mobitex Access Number (MAN) used to address all fixed and roaming stations connected to the network. The present invention solves several problems posed by wireless data networks while simplifying the use of such networks.
An important aspect of the invention is the effect of removing the necessity for real-time network communication from any application using the invention. The problems solved by this innovation include: (a) the inability of traditional applications to exchange data in a wireless environment because of delays and link speeds encountered in wireless data networks, and (b) the difficulties encountered resulting from the lack of a common protocol between applications. The method and system disclosed and claimed address these problems by permitting applications to access a wireless network through a common interface utilizing the file system resident to, associated with or used by such applications. Accordingly, one object of the invention is to use the destination or source network address to route messages and files. The problems solved by this innovation include: (a) eliminating the need for the application to modify or change data to be sent to the remote system, and (b) eliminating the need to create control files to deliver the data, without precluding the ability to use either method if desired.
The present invention comprises a computer program that operates on a prescribed combination of a personal computer and an operating system. A preferred embodiment runs on an IBM1* PC or compatible computer and includes an operating system that supports a Microsoft Windows™ operating environment such as the MS-DOS™ or Windows Nt™ operating systems.
The invention is divided into four software components, a Startup and Shutdown Processor, a Message Manager, a Send File Manager, and a Receive File Manager.
The Startup and Shutdown Processor is called through the startup and shutdown phase of the system (program) comprising the invention. As those skilled in the art will appreciate, depending on the operating system and machine upon which the system comprising the invention is operating, this processor can take different forms. The purpose of the processor is to allocate and initialize all those structures and system resources that are needed for the program to operate in its normal mode. When the program is terminated, the shutdown sequence will de-allocate all structures or system resources that have been allocated.
The Message Manager is a central location where all messages are received. These messages include timer events, user input and communication messages. Message recognition, message filtering and message assignment are performed by the Message Manager component.
The Send File Manager comprises two main components. One component detects new files to be sent to destination sites and the other main component maintains communication connections until all information to be transmitted to a particular destination site has been successfully transmitted. In a preferred embodiment, when the Send File Manager receives a Start Send Message, the Send File Manager scans (a) the outbound directory area to detect new transmission files within subdirectories or (b) the outbound list file that is created by the invention. A Start Send Message may be generated by a periodic timer, a user request or another application sending a message or signal. The directory scan includes files within previously existing subdirectories or new files within newly created subdirectories. When a new subdirectory appears with a valid network address, it is examined for source files to be transmitted. If a new transmission file is detected, then the Send File Manager selects the file for movement from its current subdirectory to a pending files directory.
The Send File Manager creates a linked list of all selected files destined to the same destination site on a first-in, first-out (FIFO) basis. This linked list is shared with the Receive File Manager. This allows a remote destination site to request a file from the Receive File Manager. The Receive File Manager receives files and transfers those files to their destination. When a file is detected by the Receive File Manager, the local system resources and permissions are verified before the connection is accepted. Each message transferred across a wireless network has the source and destination address of the message contained in the header file. As stated in the preferred embodiment, the Mobitex™ network uses the Mobitex™ Access Number for this purpose. When the Receive File Manager has performed any required security and verification to determine that it can open and start saving the file, it proceeds to write the file to the inbound directory area of the invention. The inbound directory preferably contains at least one pending directory and a series of subdirectories whose names are associated with the addresses of the remote computer systems that have sent messages to the receiving system. When a file is received, the Receive File Manager saves it in a pending directory until the entire file is received without error. When the file is completely received, it is moved to a subdirectory name derived from the remote computer's network address or to a given directory specified by the sender and the file name, including its path, is appended to an inbound list file. Within the pending directory, if a filename conflict occurs, the conflict is resolved to ensure the files do not overwrite each other. The present invention will result in a reduction of the costs associated with developing applications for wireless networks, particularly Mobitex™ applications. It will allow multiple applications from different software vendors to share the same network access device concurrently. It will significantly decrease the time to market for such applications and enable users to access a wide variety of networks at faster rates.
It is therefore an object of the present invention to provide a standard, seamless interface to a telecommunications environment, especially a wireless environment. Another object of the invention is to provide a method that facilitates the transmission of a data file from one location to another through the use of information stored with the data file either as an associated command file or a header within the data file or derived from the file path name of the data file. The present invention accomplishes this object by scanning a memory location for outbound files to be transmitted to a remote location and using the presence of a valid outbound file as a signal to initiate the process of deriving the destination address of the remote location, from one of (a) the command file associated with the outbound file; (b) a header contained within the outbound file; or (c) the file path name of the outbound file, and associating the derived address with the outbound file, and then transmitting such file to the corresponding remote location (or destination site) associated with the derived destination address.
Further objects and advantages of this invention will become more apparent in light of the following drawings and description of the preferred embodiment.
BRIEF DESCRIPTION OF THE DRAWINGS The invention is pointed out with particularity in the appended claims. These, and other features of the invention will become more apparent and the invention will be best understood by referring to the following detailed description in conjunction with the accompanying drawings in which: Figure 1 is an overview of the system including the network and shows two systems, one acting as the sender and one acting as the receiver.
Figure 2 is an overview of the invention within the computer using it, showing the main components involved.
Figure 3 is a block diagram of the File Transfer Agent, which comprises all main components of the system.
Figure 4 is a block diagram of the Message Manager, which is responsible for filtering messages and is one of the four main components of the system.
Figure 5 is a block diagram of the Send File Manager, which is responsible for all locally initiated file exchanges and is one of the four main components of the syste . Figure 6 is a block diagram of the Directory Scanner, which is responsible for initiating files to be sent to a remote system.
Figure 7 is the block diagram of Prepare Send Job, which is responsible for preparing all information for a send job to take place.
Figure 8 is a block diagram of the Send File Agent, which is responsible for the actual data exchange with the remote system for sending a file.
Figure 9 is a block diagram of the Receive File
Manager, which is responsible for all remotely initiated file exchanges and is one of the four main components of the system.
Figure 10 is a block diagram of the Receive File Agent, which is responsible for the actual data exchange with the remote system for receiving a file.
Figure 11 is the block diagram of Prepare Receive Job, which is responsible for preparing all information for a receive job to take place. Figure 12 is the block diagram of Delete Receive Job, which is responsible for deleting receive jobs when they are complete. Figure 13 is a block diagram of a directory tree structure showing one possible embodiment of the invention.
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT Figure 1 shows an overview of how the invention is used in a network environment. In all data communications there are two computer systems involved in the creation of a connection over which an interaction takes place. One skilled in the art, however, would appreciate that the invention may be used on a single computer system to transfer files from one memory location to another. In the preferred embodiment, the sending computer (101) runs the Sending Application and the File Transfer Agent in send mode (102) . This component initiates the connection which takes place over a serial/parallel connection (103) to a wireless modem/network device (104) . Those skilled in the art will appreciate that the modem device could be wired and the connection to the device could be serial, parallel or even a direct memory access to a built-in modem device. By use of the modem device, in this case using radio frequencies to communicate to the network, it transfers the information to the Wireless Network (106) . The network routes the information to another similar modem device. The receiving Wireless Modem Device (107) passes the information via the File Transfer Agent to the Receiving Application (108) . This end-to-end exchange causes information to be fully transferred and is the preferred method described herein. This diagram is a simplified diagram, and it should be noted that the applications within each computer can be both sending and receiving simultaneously. Also, it should be noted that the File Transfer Agent can be operating in a single computer system in both send and receive modes as shown in Figure 2.
Figure 2 shows an overview of the preferred system in which the invention operates. It includes a number of active or inactive applications (201 and 202) . These applications can be related, working together, or they can be performing their own independent activities. The interface between the applications and the File Transfer Agent (206) is through the normal file system of the computer system. When an application sends data to a remote system, the application saves the data as a file in Outbound Files (203) . Files of various sizes (from one byte to large graphics files that are many megabytes in size) are treated in the same manner by the File Transfer Agent (206) . After the File Transfer Agent (206) has detected the presence of a file in Outbound Files (203) , such file is moved from Outbound Files (203) to Pending Files (205) to ensure it is not inadvertently transmitted multiple times.
When the invention receives a file, it is stored temporarily in Pending Files (205) until it is completely received without error. The entire file is moved from Pending Files (205) to Inbound Files (204) . Files in Inbound Files (204) are processed and deleted by the applications accessing such files. In the preferred embodiment, the applications are
Microsoft Windows™ programs reading and writing the files and the File Transfer Agent is running either in the background, or as a Windows™ program.
The File Transfer Agent operates as a Windows™ program, and provides a limited user interface. This interface provides configuration functions, monitoring functions and send file scanning functions. Its main work area is Pending Files (205) . It uses Pending Files (205) as a storage area for files being transmitted and as a scratch area for files being received. The File Transfer Agent's (206) main purpose is to interact with the wireless network medium using any provided programming interface. This could be one specific network or several networks if several networks were all available to the program at the time of execution. The network used in the preferred embodiment is the Mobitex™ network. Mobitex™ is a radio frequency data network developed by Ericsson™ in Sweden and installed and operated by Roger's/Cantel™ in Canada and RAM Mobile Data™ in the U.S., U.K. and Australia.
Figure 3 shows a detailed block diagram of the File Transfer Agent (206) . The File Transfer Agent (206) is level zero of all system components and as such contains all the major components of the invention. These major components include the Startup/Shutdown Processor (301) , the Message Manager (302) , the Send File Manager (303) and the Receive File Manager (304) . It is these four components working together that provide the File Transfer Agent (206) with the ability to exchange files and respond to local system requests.
The Startup/Shutdown Processor (301) is the smallest of the components and is invoked only at system startup and system shutdown. During startup, user configuration information is read and interpreted. This includes configuring a site with characteristics, size limitations on files transmitted/ received and directory permissions for files being written to the system. For all known sites, the Startup/Shutdown Processor allocates memory and establishes a site queue. During operation, when new sites send files to the system or when the File Transfer Agent (206) sends files to unconfigured sites, new site queues are allocated. Any additional required system resources, including system timers, system semaphores and other operating system- specific resources are allocated by the Startup/Shutdown Processor. The Startup/Shutdown processor also checks for the existence of the Outbound List File and the Inbound List File. If either file is not found, the file is created as a zero length file so that applications can access it.
When the system is terminated, the Startup/Shutdown Processor is invoked for shutdown. At this final stage, the Startup/Shutdown Processor de-allocates any memory in use by job records, session records and site queues. This final step ensures that all system resources including timers, semaphores and other operating system specific resources are de-allocated. Figure 4 is a detailed block diagram of the Message Manager (302) . Message Manager processes all incoming messages and creates or locates session records as needed, or updates a network status file. Message Manager is composed of four main modules. These are Determine Message Type (401) , Create Session Record (402) , Find Session Record (403) and Create Status File (404).
Determine Message Type (401) recognizes three types of start scan messages: (1) system timeout, (2) user instruction to scan and (3) application instruction to scan. Determine Message Type (401) returns a start sending message. The purpose of the scan is to detect that a file is present to send to a remote system. If the message is a communication message, then the invention scans for an OPEN_SESSION message because the system has no connection with the remote system. If the session record cannot be found then it must be discarded as in error. The following is the pseudocode for Determine Message Type in the preferred embodiment:
DETERMINE MESSAGE TYPE Extract Message Type and Class from Message if Message Class equals System Message if (Msg Type equals SYSTEM_TIMEOUT (OR) MsgJType equals START_SCAN_NOW (OR)
Msg_Type equals API_START_SCAN) Action = Start_Sending; else if (Msg_Type equals Other_System_Msg) Process as required end if else if Messa Class equals Communicrtion Message if (Msg_ pe equals OPEN_SESSIOK)
Action = Call_Create_Session_Record; else if (Msg_Type equals Session_type_message) Action = Find_Session_Record; else if (Msg_Type equals Network_type_message) Action = Create Status File; end if end if
Create Session Record (402) creates all required structures and saves information about the current connection for later use. Create Session Record (402) , in the preferred embodiment, can be given a connection string that is used for validating the file to be received. After creating a session record, the Receive File Manager (304) is given this message to complete the processing. The following is the pseudocode for Create Session Record in the preferred embodiment:
CREATE SESSION RECORD Determine Length of connection String
(contains file and validation information) Session_Record equals <ALLOCATE_MEMORY> (Size_Required) if (Session_Record allocation successful) Save Connection string Save Source and Destination Addresses
Action = FOR_RECEIVE_MANAGER; else
Action = Allocation_Failed; end if Return (Session_Record)
If the session record can not be created then the connection is rejected.
Find Session Record (403) is called when the communication message is not an 0PEN_SESSI0N and an existing connection must be located. The following is the pseudocode for Find Session Record in the preferred embodiment:
FIND 8ESSION RECORD Get Pointer to Site Queue for this Site Get first Session_Record off Site Queue Action = NO ACTION; while there are still Session_Records if (Session_Record.Source == Saved_Source (AND) Session_Record.Dest. == Saved_Dest.) if (Job_Record within the Session_Record is a Send Job)
Action = FOR_SEND_MANAGER; else
Action = FOR_RECEIVE_MANAGER; end if Break While Loop else
Get Next Session_Record end if end while return (Session_Record)
Create Status File (404) is called by the Message Manager (302) when a communication message such as network availability, coverage or signal strength, as well as battery level indication is received. The Create Status File (404) module in the preferred embodiment has the following pseudocode:
CREATE STATUS FILE if (Message_Type equals Radio_Coverage)
<Update Status File> Write_Line : COVERAGE = <X> else if (Message_Type equals Network Lost) <Update Status File> Write_Line : NETWORK = NOT_CONNECTED else if (Message_Type equals Battery Level) <Update Status File> Write_Line : BATTERY_LEVEL = <Y> end if
Create Status File (404) updates the status file to provide other applications with information about the system on which the invention is operating. One skilled in the art would appreciate that other status checks could be made part of the status file.
Figure 5 is a detailed block diagram of the Send File Manager (303) . This component is responsible for all file transfer jobs that are initiated locally. A local system can request that a file be sent to another system or received from another system. The Send File Manager (303) is composed of three main sub-modules: the Directory Scanner (501) , Prepare Send Job (502) and Send File Agent (503) .
The first component of Send File Manager (303) is the Directory Scanner (501) . The Directory Scanner (501) is invoked when a start scan message is received from Message Manager (302) . The Directory Scanner (501) component will scan three subareas for files to be transmitted. These subareas include: the command file subarea, the outbound directory, and any subdirectories in the outbound directory. When a valid file is detected, Prepare Send Job (502) is called to create a job record and a job number for the request. The job number is used to create a temporary file name, used within Pending Files (205) . The file is then selected and then moved from its current directory to a file in Pending Files (205). The Send File Agent (503) ensures the entire file is transmitted, and closes the connection when all information is sent.
Figure 6 is a detailed block diagram of the Directory Scanner (501) component within the Send File Manager (303) . As described, the Directory Scanner (501) detects and validates files to be transmitted. It is invoked by a periodic timer, where the period is established by the user or a default, a user request, or a program sending a signal or message. The main components of the Directory Scanner (501) are the Scan Outbound List File (601) , Scan For Command File (602) , Scan For File With Header (603) and Scan For Raw Data File (604). The first module. Scan Outbound List File (601) , opens and reads the contents of an outbound list file containing a sequential list of all files to be transmitted. As an application indicates that a file is to be transmitted, the outbound list file is modified by appending a designation of the transmission file, which includes the file name and path of the file, on a first-in, first-out ("FIFO") basis. The pseudocode for the preferred embodiment follows:
SCAN OUTBOUND LIST FILE
<OPEN Outbound List File> While (Not<End of File>) Read line of file verify file and pathname and other information if (file is located in Command Directory)
Open file and read contents parse and verify syntax if <contents valid> call <Prepare Send Job - 502> else
Invalid contents invalid - delete file end if else if (file is located in Outbound Directory) Open file and read contents if (Contents = "TO:Network_Address" (OR)
Contents = ,,TO:Alias_Name") parse and verify Network Address valid or
Alias_Name valid if <contents valid> call <Prepare Send Job - (502)> end if else file invalid, delete file end if else if (file is in an Outbound subdirectory) if (Directory Name = valid network address (OR) Directory_Name = portion of valid network address (OR) Directory_Name = valid Alias)
OPEN Valid Subdirectory Filename = get first file in directory call <Prepare Send Job - (502)> else directory invalid, delete directory end if end if end while
In the preferred embodiment, the user may configure the invention such that the presence of the Outbound List File allows the invention to bypass the other more time consuming scanning techniques outlined below, by directing the scanning step only to the outbound directory area designated by the entries in the Outbound List File. One of ordinary skill in the art would appreciate that the Outbound List File might also contain information associating a particular file with a particular transmission medium.
The second module, Scan For Command File (602) , searches the command directory for files with specific filenames or file contents that contain parsable arguments. These arguments include parameters such as the destination network address, the local file name to be transmitted, the method of transmission and the destination site file name and directory. The following is the pseudocode for the preferred embodiment of the Directory Scanner (501) module:
SCAN FOR COMMAND FILE Open Command Directory Filename = get first file in directory while <files present in this directory> if <Filename == Name.CMD>
Open file and read contents parse and verify syntax if <contents are valid> call <Prepare Send Job - (502)> else Invalid File Contents, Delete File end if else
Invalid Filename, Delete File end if Filename - get next file in directory end while
Scan For Command File (602) can queue several send jobs to multiple sites. One skilled in the art would appreciate that Prepare Send Job (502) is called for each job that has been validated.
The third module of Directory Scanner (501) is Scan For File With Header (603) . This module scans the outbound directory, including all subdirectories within the outbound directory, for files with parsable headers. The header must contain the destination network address to delivery the file. In the preferred embodiment, the header line contains in its first line either "TO:Network_AddressM or "TO:ALIAS_NAME" to identify the destination system, the latter formulation indicating that an alias name may be used to identify the destination as well. One skilled in the art will appreciate that an alias may identify, or point to the location of, a list of addresses where the data message must be sent. The pseudocode for the preferred embodiment of Scan For File With Header (603) is as follows:
SCAN FOR FILE WITH HEADER Open Outbound Directory Filename = get first file in directory while <files present in this directory> Open file and read contents if (Contents == "TO:Network_Address" (OR) Contents == "TO:ALIAS_NAME") parse and verify Network Address is in range or Alias Name matches known Network Alias Name if <contents are valid> call <Prepare Send Job - (502)> end if else file invalid, delete file end if
Filename = get next file in directory end while
The fourth module of the Directory Scanner (501) is Scan For Raw Data File (604) . This module allows a raw data file to be placed into a subdirectory in the outbound directory area targeted for transmission to a remote system. The destination address of the file is determined from the portion of the file path name beginning with the subdirectory. The subdirectory name, or several subdirectory names in the same file path name, contain the information necessary to construct a network address or a set of network addresses to route the file. In the preferred embodiment, the system determines whether the subdirectory name is either the network address of a destination site or and alias name for the destination address. Pseudocode for Scan For Raw Data File (604) for the preferred embodiment is as follows:
SCAN FOR RAW DATA FILE Open Outbound Directory
Directory_Name = First Sub-Directory Name While <Sub-Directories Present to Scan> if (Directory_Name == Valid Network Address
(OR) Directory_Name == Valid Portion of Network Address (OR) Directory_Name == Valid Alias for a Network Address)
Open Valid Sub-Directory Filename = get first file in directory while <files present in this directory> call <Prepare Send Job - (502)> end while directory emptied, delete directory else directory invalid, delete directory end if
Directory_Name = get next Sub_Directory Name end while
As Scan For Raw Data File (604) detects valid subdirectories, it removes all files present, and upon emptying a subdirectory or detecting it is invalid, deletes the directory to reduce overall scanning time.
Figure 7 shows a detailed diagram of the Prepare Send Job (502) with its five components. The first component. Get Job Number (701) gets a job number for the current request, where a job number is an integer value. This number is generated for every new job in the system (send or receive) , and is created to be unique for a long period of program execution time.
The second component of Prepare Send Job (502) is Create Job Record (702) . A job record contains key information about a file transfer request. This information includes the newly created pending filename, the destination address and the destination file name. Pseudocode for the preferred embodiment of Create Job Record (702) is as follows:
CREATE JOB RECORD
Job_Record = Allocate Memory (Size of Job Record) if (Job Record allocate successful) save information provided save site information save job number end if return (Job Record)
If the allocation fails, then Create Job Record (702) returns a null value for the job record and the send request is aborted. The third module of Prepare Send Job (502) is Create Pending File Name (703) . This name is used when moving a transmission file to the pending directory in the Pending Files (205) . The name used within Pending Files (205) is derived from the Job Number just created. This name is saved in the job record so it can be referenced by other parts of the system. Those skilled in the art can appreciate that there are several ways a developer could create a unique temporary filename for the pending directory. The fourth module. Move File (704) , moves the file from the current directory into Pending Files (205) . This move ensures that the moved file is not detected by the next pass of the software.
Finally, the fifth module, Queue Send Job (705) , links a job record onto a Site Queue. Later, the job record is removed from the queue by the Send File Agent (503) to perform the work of transmitting the file. Sample pseudocode for Queue Send Job (705) in the preferred embodiment is as follows:
QUEUE SEND JOB
Get Global Site Queue Pointer current site = get first site in the list While (sites remaining in the site list) if (destination_site equal current site) link job record to site queue return value = successful; break while loop end if get next site in list of sites end while if (end of site list reached) new_site = allocate site queue (site_queue size) if (new_site allocation successful) link new_site into site list link job record to site queue return value = successful; else return value - failure; end if end if
Figure 8 is a detailed block diagram of the Send File Agent (503) . Send File Agent (503) processes all communications messages for send jobs and ensures the successful completion of file transmissions. One skilled in the art would appreciate that the messages transmitted would be compressed and/or encrypted using commercially available software. Send File Agent (503) is composed of six modules: Process Start Send (801), Process Accept Connection (802), Process Send Complete (803), Receive Data Check (804),
Process Close Message (805) and Process Close Confirm (806) . The Process Start Send (801) receives an action, "Start Sending", from Determine Message Type (401). This action causes Process Start Send (801) to search for a new send jobs on the next site queue to be processed, and begins the entire file transfer process. Process Start Send (801) creates a session record and opens a session, unless a session already exists. If a session already exists, Process Start Send (801) determines that a remote site has requested a file. One of ordinary skill in the art would appreciate that a session to be opened would require the implementation of a network-dependant application program interface ("API") such as a Mobitex developer's kit commercially available from: Research In Motion, Technology Business Park, 180 Columbia Street West, Waterloo, Ontario N2L 3L3 Canada, called the Mobilib-plus developer's kit; or an Eicon's developer's kit commercially available from Eicon Technologies Corporation, 2196-32nd Avenue (Lachine) Montreal, Quebec H8T 3H7 Canada. The pseudocode for the preferred embodiment of this module is as follows:
PROCESS START SEND site = first site in site list
While (more sites to be scanned exist) job_record = get first queued job record while (not at end of job record queue) if (Job_Record equals a send job (AND)
Job_Record does not exist) Mark Job_Record as Started; if (Session_Record does not exist) Create_Session_Record (402) <0pen a session to remote site>
Update Session Record- half open if (Requesting a file) change record from send to receive job record end if else read first portion of file if (Connection_Type equals full protocol) add check sum ("CRC") to create total check sum if (end of file) place check sum
("CRC") into part read end if end if send portion of file read end if end if job_record = get next job record end while site = get next site in site list end while
The Process Start Send (801) module, in the preferred embodiment, scans all sites in the site queue list to ensure every pending send job causes a connection to be opened and a session record to be created. Those skilled in the art can appreciate that the queuing of work in the communications area could be limited to one outstanding send event at a time. Process Accept Connection (802) ensures that the connection is accepted by the remote system and sends the first portion of the file to be transmitted. Process Accept Connection (802) also detects an end-of-file condition should such a condition exist in the first portion of the file. Pseudocode for the preferred embodiment of this module is provided as follows:
PROCESS ACCEPT CONNECTION
Mark Session Record as opened if (Job Record is Send Job) read first portion of file if (Connection_type equals full protocol) create total file check sum ("CRC") for final message if (end of file) place check sum ("CRC") to end of block read end if end if send portion of file just read end if When the full protocol is being used, Process Accept Connection (802) creates a running total to validate the integrity of the file when it is fully received. When the receiver detects this check sum, it verifies its total matches and sends back a message indicating that all file information was received correctly.
Process Send Complete (803) receives a message every time a send is completed. This allows the communications sub-system to pace the data being sent to the remote so that data does not arrive at the communications link faster then the communications link can transmit such data. The pseudocode for the preferred embodiment this module is as follows:
PROCESS SEND COMPLETE if (end of file) read next portion of file add check sum ("CRC") to current check sum file total if (end of file reached) place check ("CRC") to end of block read end if send portion of file just read if (end of file (AND) not full protocol being used) close pending file delete pending file delete Job Record if (More Send Jobs present in Site Queue) build file header and send to remote else issue <Close_Connection Request> end if end if
Receive Data Check (804) sends a message back to the sending system. This occurs only when the full protocol of the invention is being used. The pseudocode for the preferred embodiment of this module is as follow:
RECEIVE DATA CHECK if (Data_Message equals all Data Received) close open pending file delete pending file delete Job Record if (More Send Jobs present in Site Queue) build file header and send to remote else issue <Close_Connection Request> end if else if (Data in Error Message) retransmit bad block of data else
<Unknown Message ignore> end if end if
Receive Data Check (804) closes the connection when all data has been transmitted.
Process Close Message (805) handles close commands that are sent by the receiving system. This could occur if the remote system had an error or problem during operation. In that case, Process Close Message (805) closes any opened files and deletes any job or session records. It also sends a close confirm communication message back to the remote system.
Process Close Confirm (806) de-allocates to memory any job or session records related to this connection.
Figure 9 is a detailed block diagram of the Receive File Manager (304) . The main function of this module is to receive incoming connections and file information. Receive File Manager (304) is composed of three components: Receive File Agent (901) , Prepare Receive Job (902) and Delete Receive Job (903) .
Figure 10 is a detailed block diagram of the Receive File Agent (901) . This module processes all communication messages from remote systems. These communication messages are used to open new connections, transmit the data and close connections. Receive File Agent (901) is made up of five components: Process Open Connection (1001), Process Send Complete (1002) , Send Data Check (1003) , Process Close Message (1004) and Process Close Confirm (1005).
Process Open Connection (1001) accepts new connections from remote systems. This module validates the information contained within the connection request. In the preferred embodiment, this information is referred to as the presentation string. The presentation string provides a range of information unique to each sending system being utilized. In the preferred embodiment, the presentation string includes the destination filename, the size of the file, whether a file is being transmitted or requested and the type of protocol to use (for example express or confirm) . When a file is requested, Prepare Send Job (502) is called. The pseudocode for this module in the preferred embodiment follows:
PROCESS OPEN CONNECTION site = first site on list of site queues while (not at end of list of site queues) if (site == New site to be opened) break while loop end if end while if (first connection initiated by this site) if (Parameters in Open Request within ranges allowed) call <Create Session Record> (402) if (Open_Parameters is requesting a file) call <Prepare Send Job> (502) else call <Prepare Receive Job> (902) end if update session record with job information if (creation successful)
<Send ACCEPT_COMMUNICATION_MESSAGE> (with expected presentation string) end if end if end if
In the preferred embodiment. Process Open Connection (1001) can have only one connection open to one site for the purpose of receiving files. However, there may be another connection open to this same site for sending files.
Process Send Complete (1002) receives communication messages indicating that a previous send has been completed. This allows the communication system to pace data being transferred to another site. In the Receive File Agent (901) , this message occurs after we have sent the "All Data Received" message to the originating system after the entire file has been sent and verified.
Send Data Check (1003) processes all incoming file data on each connection. This module recognizes the "End Of File" condition and checks whether the received cyclical redundancy check ("CRC") matches the running CRC total that is being kept on the file. The pseudocode for this module in the preferred embodiment follows:
SEND DATA CHECK if (message equals File Data Message) write information to opened file add Check Sum ("CRC") to running total for file if (End Of File Indicator Present) close open pending file if (CRC.Local equals CRC.Received) call <Delete Receive Job> (903) if (Session_record_Protocol = Confirm) send "All File Received" message else send CLOSE_COMMUNICATION message end if else send error message to remote request re-transmission end if end if else if (message equals start new file receive) call <Prepare Receive Job> send acknowledgment to start new file message else unknown message received, ignore end if
When the entire message is received Send Data Check (1003) calls Delete Receive Job (903) to delete the job record and move the received file to the destination directory.
Process Close Message (1004) handles close messages from remote systems. A close message is sent from the remote site after it has received the "All File Data Received" message from the transmitting system, or if some other error or problem has occurred. The close message signifies that the remote site has no more data to send. Process Close Message (1004) deletes the session record for this connection, and calls Delete Receive Job (903) to delete any jobs that may be linked on the site. Finally, the module responds to the close message with a close confirm message. Process Close Confirm (1005) processes the response to a close message. This is received when the receiving site has issued a close and the initiating site has responded with a close confirmation. This module will delete the session record for the site and calls Delete Receive Job (903) to ensure all job records are deleted for the site. Figure 11 is a detailed block diagram of Prepare Receive Job (902) . This module creates job information for all new connections. It is called after an 0PEN_C0MMUNICATION message is received and accepted. Prepare Receive Job (902) is composed of four components these are: Get Job Number (1101) , Create Job Record (1102) , Create Pending File Name (1103) and Queue Receive Job (1104) .
Get Job Number (1101) designates an integer value. This number is generated for every new job in the system (send or receive) and is unique within a long period of program execution time.
Create Job Record (1102) creates a record that contains the Job Number, the pending filename, the destination address and the destination file name. Pseudocode for the Create Job Record (1102) in the preferred embodiment is as follows:
CREATE JOB RECORD
Job_Record = Allocate Memory (Size of Job Record) if (Job Record allocate successful) save information provided save site information save job number end if return (Job Record)
If the allocation fails, then the Create Job Record (1102) returns a null value for the job record and aborts the send request.
Create Pending File Name (1103) derives a temporary file name to be used as data arrives in from the remote system. The name is derived from the Job Number and the destination file name. This name is saved in the job record so it may be referenced by other parts of the system. Those skilled in the art will appreciate that there are several ways a developer could create a unique temporary filename for Pending Files (205) .
Queue Receive Job (1104) queues the information necessary to link a receive job record to a Site Queue. The job record is used by other sections of the software to receive the file. Sample pseudocode for Queue Receive Job (1104) in the preferred embodiment is as follows:
QUEUE RECEIVE JOB
Get Global Site Queue Pointer current site = get first site in the list While (sites remaining in the site list) if (destination_site equal current site) link job record to site queue return value = successful; break while loop end if get next site in list of sites end while if (end of site list reached) new_site = allocate site queue (site_queue size) if (new_site allocation successful) link new_site into site list link job record to site queue return value = successful; else return value - failure; end if end if
Figure 12 is a detailed block diagram of Delete Receive Job (903) . This module deletes job records and processes a newly received file within Pending Files (205) . It is composed of five components: Create Receive Directory (1201), Move Receive File (1202), Update Inbound List File (1203) Dequeue Receive Job (1204) and Delete Job Record (1205) .
Create Receive Directory (1201) utilizes the header information from the open sequence to determine a directory name. If this directory exists, then the file is moved into this directory using Move Receive File (1202) . If this directory does not exist, then Create Receive Directory (1201) creates this directory and Move Receive File (1202) moves the file into this new directory. One skilled in the art would appreciate that the directory name may be the address of the sending system.
Update Inbound List File (1203) is called to append the received file and its path to a file containing a sequential list of all received files. In the preferred embodiment, this feature may be selected by the user.
Dequeue Receive Job (1204) searches site queues for all job records attempting to match the current receive job record. When the current job record is located, the job record is dequeued from the linked list. Delete Job Record (1205) is called to return the allocated structure memory to main memory.
Figure 13 is an overview of the directory structure of the invention. In its preferred form, the system is installed in the root directory (1301) of the storage device being used. Those skilled in the art will appreciate that in an Mε-DOS^-based operating system the root directory could be "C:\" or "T:\" for al local disk drive on a network. In other systems the root directory for the disk where the system resides could be l:\ or 2:\ for example. In Figure 13, the name FILETRAN (1302) refers to the entry point into the directories supported by the invention. It should be appreciated by one of ordinary skill in the art that the directory and subdirectory could be structured in a number of ways to meet particular needs of the system user. Within FILETRAN (1302) in the preferred embodiment are four first-level subdirectories and three status files. The three status files include radio.sts (1305), which contains radio and network information for programs to access; outbound.1st (1303), which is a list of all files, including the location of each file (for example the path) , to be transmitted in sequential first-in, first-out order; and inbound.1st (1308), which is a list of all files, including the location of each file (for example the path) , that have been received by the invention. The four subdirectories are OUTBOUND (1304) , which contains all files to be transmitted; INBOUND (1304), which contains all files that have been received; PENDING (1306) , which contains all files that are currently in a state of being transmitted or received; and COMMAND (1309) , which contains all command files for transmitting. As Figure 13 illustrates by way of example, OUTBOUND (1304) contains three different classes of subdirectories and one outdir.cls (1310) configuration file. The outdir.cls (1310) file contains information associating a class or network type with each subdirectory name. It would be well-known to one of ordinary skill in the art to utilize the information in the outdir.cls (1310) to select automatically the network parameters and protocols necessary to complete file transmission of a file using the invention. Alternatively, a simple interface to permit a user to select from several network-dependent versions of the invention could also be easily constructed. It would be appreciated by one of ordinary skill in the art that among the many applications the indir.cls would support could be to permit the identification of a directory to be of a certain network type/class. In Figure 13, the subdirectory labelled 16003333 (1311) contains a file called "File-A" to be transmitted to a location whose address is Mobitex" Access Number 16003333. The second subdirectory 3020 (1312) represents a DATAPAC 3020 subdirectory covering two lower- level subdirectories for files to be transmitted to DATAPAC addresses 32004030 and 44002010. The third directory, Alias_Name 1 (1313) represents an alias name for a destination address or a set of destination addresses. An additional aspect of the invention translates the alias name to its corresponding network address or list of network addresses. Within PENDING (1306) is an example of a pending file that is in the process of being sent. The filename sl234567.job contains the send direction ("s") and the job number ("1234567") for this pending file. The job number is a large integer to ensure that duplicate filenames will not occur in this directory. Also within PENDING (1306) , is the filename r7654321.job containing the receive direction ("r") and the job number ("7654321") for this pending file.
Within the INBOUND (1307) directory are examples for three different classes of subdirectories and one indir.cls (1317) configuration file. The indir.cls (1317) file contains information association a class or network type with each subdirectory name. In Figure 13, the subdirectory 16001111 (1314) contains a file called "File-E" that has been received from a location whose address is Mobitex Access Number 16001111. The second subdirectory COM (1315) represents a Internet address or domain with one example sub-address. The example sub-address is ATTMAIL (1318) that acts as the Internet site name and two sub-directories to ATTMAIL (1318) are BUGS and BUNNY both user names in that site. Internet addresses generally have the form:
"User _SITE.DOMAIN" when mail is being send or received over Internet. The final example subdirectory is Alias_Name 2 (1316) . This name represents a alias for an actual network address. When received from a network site, the invention converts the actual network address to the alias name that the application is expecting.
The COMMAND (1309) directory is used to hold command files prepared by applications wanting the invention to transmit information to a remote site. All files in this directory have the filename extension ".CMD" as the example file labelled "commandl.cmd" illustrates. It will be apparent to those skilled in the art that the disclosed invention may be modified in numerous ways and may assume many embodiments other than the preferred form specifically set out and described above.
Accordingly, it is intended by the appended claims to cover all modifications of the invention which fall within the true spirit and scope of the invention.

Claims

WHAT IS CLAIMED IS:
1. A method for transmitting to one or more destination sites information stored in one or more source transmission files located in an outbound file area in a computer, the method comprising the steps of: scanning the outbound file area to detect one or more source transmission files and selecting one or more selected transmission files from among the one or more source transmission files; deriving one or more destination addresses from each selected transmission file, and associating at least one derived destination address with each selected transmission file; and transmitting each selected transmission file to each destination site corresponding to each derived destination address.
2. The method of claim 1, wherein at least one of the one or more destination sites is remote from the location of the outbound file area.
3. The method of claim 2, wherein the transmitting step occurs in a wireless communications environment.
4. The method of claim 3 wherein the scanning and selecting step includes a step of validating each selected transmission file to determine whether such selected transmission file may be transmitted to at least one of the one or more destination sites.
5. The method of claim 4 wherein the scanning and selecting step further includes, as a part of the selecting portion of such step, the step of transferring each source transmission file that is to be selected as one of the one or more selected transmission files to a pending file area, creating thereby each selected transmission file, wherein each selected transmission file that is transmitted in the transmitting step is transmitted from the pending file area.
6. The method of claim 1, wherein prior to the scanning step the method further comprises a step of searching an outbound file list containing one or more designations of one or more source transmission files that are to be transmitted, and upon detecting a file name and path in the outbound file list, directing the scanning step to the portion of the outbound file area that is associated with such file name and path.
7. The method of claim 5, wherein a single selected transmission file is created from any one particular source transmission file.
8. The method of claim 5, wherein the deriving and associating step associates for any one particular selected transmission file only one destination address.
9. The method of claim 5, wherein each of the one or more selected transmission files is transmitted sequentially.
10. The method of claim 9, wherein the transmitting step includes the steps of detecting whether a particular destination site of the one or more destination sites corresponding to the one or more destination addresses associated with a particular selected transmission file of the one or more selected transmission files can accept a transmission; and upon determining that the particular destination site can accept a transmission, establishing a session with such destination site and sending the particular selected transmission file to such destination site.
11. The method of claim 10, wherein after a session is established and the transmitting of the particular selected transmission file is complete, the transmission step includes the steps of determining whether another selected transmission file is associated with the particular destination site; upon determining that such another selected transmission file is so associated, keeping the session open; and sending the another selected transmission file to the particular destination site.
12. The method of claim 11, wherein the transmitting step repeats each of the determining, keeping and sending steps until, for the particular destination site, each selected transmission file that is associated with the particular destination site and that remains to be sent to the particular destination site during the session is transmitted.
13. The method of claim 5, wherein the outbound file area comprises one or more subareas.
14. The method of claim 13, wherein the one or more subareas includes a command file subarea.
15. The method of claim 13, wherein the one or more subareas includes an outbound directory file subarea.
16. The method of claim 13, wherein the one or more subareas includes an outbound subdirectory file subarea.
17. The method of claim 15, wherein at least one source transmission file of the one or more source transmission files is detected in the outbound directory file subarea and further wherein at least one of the source transmission files detected in the outbound directory file subarea contains a header from which is derived one or more destination addresses associated with a particular selected transmission file.
18. The method of claim 16, wherein at least one source transmission file of the one or more source transmission files is detected in the outbound subdirectory file subarea, and further wherein for at least one selected transmission file whose source transmission file was detected in the outbound subdirectory file subarea, the destination address is derived from such source transmission file's subdirectory path name.
19. The method of claim 15, wherein the outbound directory file subarea includes an outbound subdirectory file area.
20. The method of claim 2, further including a step of establishing a status file reflecting the status of the wireless communications environment.
21. The method of claim 1, further including a step of providing for each selected transmission file an indication of whether such selected transmission file was successfully received.
22. The method of claim 21, wherein the indication further includes an additional indication of whether such selected transmission file was successfully stored at the destination site associated with such selected transmission file to a disk drive or to memory.
23. The method of claim 22, further including a step of deleting references to each selected transmission file for which is received, as a result of the indicating step, -39-
an indication that such selected transmission file was successfully received.
24. The method of claim 1, wherein the scanning step is initiated periodically.
25. The method of claim 1, wherein the scanning step is initiated by a message sent by an application.
26. The method of claim 24, wherein a user-specified period determines how frequently the scanning step is initiated.
27. The method of claim 1 including as a first step, an initiating step, wherein a user initiates a message to begin scanning, and further wherein the scanning step begins upon receipt of such message.
28. The method of claim 1, wherein the deriving step includes for each selected transmission file a step of examining a command file associated with such selected transmission file to extract therefrom at least one destination address.
29. The method of claim 1, wherein the deriving step includes for each selected transmission file a step of scanning a header within such selected transmission file to extract therefrom at least one destination address.
30. The method of claim 5, wherein the deriving step further includes the step of creating for at least one selected transmission file and associated destination site pair a job record associated with such pair.
31. A method for facilitating the transfer of one or more electronic data files from a first location to one or more different locations, the method comprising the steps of establishing a first storage area for storing one or more of the electronic data files as outbound files, wherein a portion of the first storage area is a subarea for storing each outbound file that is to be transferred to a second location; labeling the subarea with a subarea name from which may be derived an address for the second location; storing each outbound file that is to be transferred to the second location in the subarea; deriving the address for the second location from the subarea name; and transferring at least one outbound file that is to be transferred to the second location at the address derived from the subarea name.
32. The method of claim 31 further comprising, as part of the establishing step, the step of associating with the first storage area an outbound file area name.
33. The method of claim 32, wherein the first storage area is accessed via an outbound file area directory, and further wherein the first storage area and the outbound file area directory share the outbound file area name.
34. The method of claim 32, wherein the first storage area is accessed via an outbound area subdirectory, and further wherein the first storage area and the outbound area subdirectory share the outbound file area name.
35. The method of claim 34, wherein the subarea is accessed via a subdirectory located one or more levels under the outbound file area subdirectory.
36. The method of claim 35, wherein the subdirectory located one or more levels under the outbound file area subdirectory is labeled with the subarea name.
37. A system for enabling the receipt and transmission of information comprising: a host system, wherein such host system has associated therewith a host system transmitter and a first storage area; a destination system, wherein such destination system has associated therewith a destination system receiver and a second storage area; a file transfer agent operating in conjunction with at least one of the host system and the destination system and further comprising a message manager, a send file manager and a receive file manager, wherein the file transfer agent facilitates transmission of information between the first storage area and the second storage area by deriving from a file structure associated with the first storage area an indication of how and where the information is to be transmitted.
38. The system of claim 37, wherein the host system transmitter is provided by a host-based modem.
39. The system of claim 37, wherein the destination system receiver is provided by a destination-based modem.
40. The system of claim 37, wherein the destination system further includes a destination system transmitter and wherein the host system further includes a host system receiver.
41. The system of claim 40, wherein the destination system transmitter is provided by a destination-based modem and the host system receiver is provided by a host-based mode .
42. The system of claim 41, wherein at least one modem of the destination-based modem and the host-based modem operates in at least one mode of a wireless transmission mode or a wireless receive mode.
43. The system of claim 37, wherein the host system and the destination system are connected via a local area network.
44. The system of claim 37, wherein the host system and the destination system are physically located remotely from each other.
45. The system of claim 44, wherein the send file manager includes: means for scanning a storage area associated with the first storage means to detect one or more source transmission files; means for selecting one or more selected transmission files from among the one or more source transmission files; means for deriving for each selected transmission file at least one destination address and associating at least one derived destination address with each selected transmission file; and means for transmitting each selected transmission file to each destination system corresponding to each derived destination address.
46. The system of claim 44, wherein the receive file manager includes: means for detecting an open new connection request; means for accepting the open new connection request and establishing as a result of such request a communication connection between the host system and the destination system; means for receiving data transmitted from the destination system over the communication connection and transferring at least a portion of the data to one or more receiving files; means for validating the data and for determining whether all the data that was transmitted was received; and means for transferring at least one receiving file to a location that is addressed by a location designator derived from some portion of the data transmitted from the destination system.
47. The system of claim 37, wherein the first storage area is physically located other than proximate to the host system.
48. The system of claim 37, wherein the second storage area is physically located other than proximate to the destination system.
49. A method of providing a standard, seamless interface to a telecommunications network, the method comprising the steps of: detecting a request that a particular set of data is to be transmitted from a first location to at least a second location; deriving from one of: a set of command data associated with the particular set of data; a header contained within the particular set of data; or a designator associated with a storage location where the particular set of data is stored; at least one destination address for each location to which the particular set of data is to be transmitted; and transmitting the particular set of data over the telecommunications network to one or more destination address.
50. The method of claim 49, wherein the deriving step further includes the step of determining a protocol type associated with the telecommunication network and wherein the transmitting step transmits the particular set of data in accordance with that protocol type.
PCT/CA1995/000548 1994-09-27 1995-09-27 A method and system for exchanging information in a wireless environment WO1996010311A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU35157/95A AU3515795A (en) 1994-09-27 1995-09-27 A method and system for exchanging information in a wireless environment

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/312,835 US5802312A (en) 1994-09-27 1994-09-27 System for transmitting data files between computers in a wireless environment utilizing a file transfer agent executing on host system
US08/312,835 1994-09-27

Publications (1)

Publication Number Publication Date
WO1996010311A1 true WO1996010311A1 (en) 1996-04-04

Family

ID=23213227

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA1995/000548 WO1996010311A1 (en) 1994-09-27 1995-09-27 A method and system for exchanging information in a wireless environment

Country Status (3)

Country Link
US (1) US5802312A (en)
AU (1) AU3515795A (en)
WO (1) WO1996010311A1 (en)

Families Citing this family (200)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7035914B1 (en) 1996-01-26 2006-04-25 Simpleair Holdings, Inc. System and method for transmission of data
US7088990B1 (en) * 1996-02-26 2006-08-08 Nokia Mobile Phones, Ltd. Communication network terminal supporting a plurality of applications
US6701361B1 (en) * 1996-08-22 2004-03-02 Intermec Ip Corp. Enhanced mobility and address resolution in a wireless premises based network
US5900875A (en) * 1997-01-29 1999-05-04 3Com Corporation Method and apparatus for interacting with a portable computer system
US6601111B1 (en) * 1997-01-29 2003-07-29 Palmsource, Inc. Method and apparatus for unified external and interprocess communication
JP3337062B2 (en) * 1997-11-21 2002-10-21 日本電気株式会社 Wireless data transfer method and system
US6310888B1 (en) * 1997-12-30 2001-10-30 Iwork Software, Llc System and method for communicating data
US6389009B1 (en) 2000-12-28 2002-05-14 Vertical Networks, Inc. Systems and methods for multiple mode voice and data communications using intelligently bridged TDM and packet buses
US6181694B1 (en) 1998-04-03 2001-01-30 Vertical Networks, Inc. Systems and methods for multiple mode voice and data communciations using intelligently bridged TDM and packet buses
US6343318B1 (en) 1998-05-29 2002-01-29 Palm, Inc. Method and apparatus for communicating information over low bandwidth communications networks
US7025209B2 (en) 1998-05-29 2006-04-11 Palmsource, Inc. Method and apparatus for wireless internet access
US6397259B1 (en) 1998-05-29 2002-05-28 Palm, Inc. Method, system and apparatus for packet minimized communications
US6253326B1 (en) 1998-05-29 2001-06-26 Palm, Inc. Method and system for secure communications
US6590588B2 (en) * 1998-05-29 2003-07-08 Palm, Inc. Wireless, radio-frequency communications using a handheld computer
US6278442B1 (en) 1998-06-26 2001-08-21 Research In Motion Limited Hand-held electronic device with a keyboard optimized for use with the thumbs
US7705828B2 (en) 1998-06-26 2010-04-27 Research In Motion Limited Dual-mode mobile communication device
US6489950B1 (en) 1998-06-26 2002-12-03 Research In Motion Limited Hand-held electronic device with auxiliary input device
US6895557B1 (en) 1999-07-21 2005-05-17 Ipix Corporation Web-based media submission tool
US6732162B1 (en) 1999-11-15 2004-05-04 Internet Pictures Corporation Method of providing preprocessed images for a plurality of internet web sites
GB9928170D0 (en) * 1999-11-29 2000-01-26 British Telecomm Indirect data transmission
US7023572B2 (en) 2000-02-02 2006-04-04 Raja Singh Tuli Portable high speed internet access device
US6633314B1 (en) 2000-02-02 2003-10-14 Raja Tuli Portable high speed internet device integrating cellular telephone and palm top computer
US7356570B1 (en) 2000-08-29 2008-04-08 Raja Tuli Portable high speed communication device
US7289244B2 (en) 2000-02-02 2007-10-30 Raja Singh Tuli Portable high speed internet access device
US7068381B1 (en) 2000-02-02 2006-06-27 Raja Tuli Portable high speed internet access device
US20020115477A1 (en) * 2001-02-13 2002-08-22 Raja Singh Portable high speed internet access device with scrolling
US6941382B1 (en) 2000-02-07 2005-09-06 Raja Tuli Portable high speed internet or desktop device
US6874009B1 (en) 2000-02-16 2005-03-29 Raja Tuli Portable high speed internet device with user fees
US6721804B1 (en) 2000-04-07 2004-04-13 Danger, Inc. Portal system for converting requested data into a bytecode format based on portal device's graphical capabilities
US6701522B1 (en) 2000-04-07 2004-03-02 Danger, Inc. Apparatus and method for portal device authentication
US6742038B2 (en) 2000-04-07 2004-05-25 Danger, Inc. System and method of linking user identification to a subscriber identification module
US6735624B1 (en) * 2000-04-07 2004-05-11 Danger, Inc. Method for configuring and authenticating newly delivered portal device
US6874011B1 (en) * 2000-07-31 2005-03-29 Cisco Technology, Inc. Scalable IP-based notification architecture for unified messaging
US20020049853A1 (en) * 2000-08-16 2002-04-25 Tan-Na Chu End-to-end secure file transfer method and system
US7149511B1 (en) 2000-08-31 2006-12-12 Rosetta-Wireless Corporation Wireless intelligent personal server
US7191211B2 (en) 2000-10-03 2007-03-13 Raja Tuli Portable high speed internet access device priority protocol
US6842777B1 (en) 2000-10-03 2005-01-11 Raja Singh Tuli Methods and apparatuses for simultaneous access by multiple remote devices
US6915327B1 (en) 2000-10-30 2005-07-05 Raja Singh Tuli Portable high speed communication device peripheral connectivity
US20020083182A1 (en) * 2000-12-18 2002-06-27 Alvarado Juan C. Real-time streamed data download system and method
US6928461B2 (en) 2001-01-24 2005-08-09 Raja Singh Tuli Portable high speed internet access device with encryption
EP1400085B1 (en) * 2001-06-21 2008-09-17 Telefonaktiebolaget LM Ericsson (publ) Method for secure file transfer to multiple destinations with integrity check
US7064688B2 (en) * 2001-07-09 2006-06-20 Good Technology, Inc. System and method for compressing data on a bandwidth-limited network
US20030009595A1 (en) * 2001-07-09 2003-01-09 Roger Collins System and method for compressing data using field-based code word generation
US7243163B1 (en) * 2001-08-07 2007-07-10 Good Technology, Inc. System and method for full wireless synchronization of a data processing apparatus with a messaging system
US7743119B2 (en) * 2001-08-07 2010-06-22 Motorola, Inc. System and method for mapping identification codes
US7962622B2 (en) * 2001-08-07 2011-06-14 Motorola Mobility, Inc. System and method for providing provisioning and upgrade services for a wireless device
US7155483B1 (en) 2001-08-07 2006-12-26 Good Technology, Inc. Apparatus and method for conserving bandwidth by batch processing data transactions
US7596565B2 (en) * 2001-08-07 2009-09-29 Good Technology System and method for maintaining wireless file folders at a wireless device
US20030084045A1 (en) * 2001-11-01 2003-05-01 Flying Wireless, Inc. Systems and protocols for remote file access
US7136982B2 (en) 2001-11-09 2006-11-14 Danger, Inc. Apparatus and method for allocating memory blocks
US20030105879A1 (en) * 2001-11-30 2003-06-05 Erlend Olson Wireless network architecture and method
US20030125969A1 (en) * 2001-12-28 2003-07-03 Wireless Checking, Inc. Method and apparatus for processing financial transactions over a paging network
EP1466261B1 (en) 2002-01-08 2018-03-07 Seven Networks, LLC Connection architecture for a mobile network
US8135609B2 (en) * 2002-01-08 2012-03-13 Microsoft Corporation Identifying and surveying subscribers
US20030182398A1 (en) * 2002-02-14 2003-09-25 Morlang Keven P. Method of establishing a logical association between connections
US7162513B1 (en) 2002-03-27 2007-01-09 Danger, Inc. Apparatus and method for distributing electronic messages to a wireless data processing device using a multi-tiered queuing architecture
US7155725B1 (en) 2002-03-27 2006-12-26 Danger, Inc. Apparatus and method for coordinating multiple e-mail accounts
US7447799B2 (en) * 2002-04-24 2008-11-04 Good Technology, Inc. System and method for automatically updating a wireless device
US9813514B2 (en) 2002-06-12 2017-11-07 Good Technology Holdings Limited Information repository system including a wireless device and related method
US8516034B1 (en) 2002-07-08 2013-08-20 Good Technology Software, Inc System and method for modifying application behavior based on network bandwidth
US20040078601A1 (en) * 2002-08-02 2004-04-22 Chris Tengwall System and method for operating a wireless device network
US7062512B1 (en) 2002-09-27 2006-06-13 Danger, Inc. System and method for processing identification codes
US7069326B1 (en) 2002-09-27 2006-06-27 Danger, Inc. System and method for efficiently managing data transports
US7107349B2 (en) * 2002-09-30 2006-09-12 Danger, Inc. System and method for disabling and providing a notification for a data processing device
US20090125591A1 (en) * 2002-09-30 2009-05-14 Ficus Kirkpatrick Instant messaging proxy apparatus and method
US7373144B1 (en) 2002-09-30 2008-05-13 Danger, Inc. System and method for automatically providing user status in a messaging service
US7383303B1 (en) 2002-09-30 2008-06-03 Danger, Inc. System and method for integrating personal information management and messaging applications
US20070283047A1 (en) * 2002-10-01 2007-12-06 Theis Ronald L A System and method for processing alphanumeric characters for display on a data processing device
US7437405B1 (en) 2002-10-01 2008-10-14 Danger, Inc. System and method for managing data objects in a wireless device
US8176428B2 (en) 2002-12-03 2012-05-08 Datawind Net Access Corporation Portable internet access device back page cache
US7908352B2 (en) 2002-12-19 2011-03-15 Converged Data Solutions, Inc. Methods for managing a plurality of localized devices in geographically diverse locations
US7739365B2 (en) 2002-12-19 2010-06-15 Converged Data Solutions, Inc. Methods for providing a report database for a plurality of localized devices using an abstraction layer and atomic error handling
US7917468B2 (en) 2005-08-01 2011-03-29 Seven Networks, Inc. Linking of personal information management data
US8468126B2 (en) 2005-08-01 2013-06-18 Seven Networks, Inc. Publishing data in an information community
US7853563B2 (en) 2005-08-01 2010-12-14 Seven Networks, Inc. Universal data aggregation
US20050037787A1 (en) * 2003-06-27 2005-02-17 Rosett-Wireless Corporation Wireless intelligent portable-server system (WIPSS)
US7117445B2 (en) * 2003-06-30 2006-10-03 Danger, Inc. Multi-mode communication apparatus and interface for contacting a user
US20040267887A1 (en) * 2003-06-30 2004-12-30 Berger Kelly D. System and method for dynamically managing presence and contact information
BG65611B1 (en) * 2003-07-29 2009-02-27 "Уеб Гейт" Ад System and method for direct connection for data exchange between two mobile devices
US7343179B1 (en) 2003-08-13 2008-03-11 Danger Research System and method for previewing and purchasing ring tones for a mobile device
DE10344847A1 (en) * 2003-09-26 2005-04-14 Philips Intellectual Property & Standards Gmbh Source code compilation method for use in a client-server network environment, wherein a compilation program runs on a server and queries a client via a source code input, while the client queries a server output for compiled code
US7193562B2 (en) 2004-11-22 2007-03-20 Ruckus Wireless, Inc. Circuit board having a peripheral antenna apparatus with selectable antenna elements
US7965252B2 (en) 2004-08-18 2011-06-21 Ruckus Wireless, Inc. Dual polarization antenna array with increased wireless coverage
US7498996B2 (en) 2004-08-18 2009-03-03 Ruckus Wireless, Inc. Antennas with polarization diversity
US7696946B2 (en) 2004-08-18 2010-04-13 Ruckus Wireless, Inc. Reducing stray capacitance in antenna element switching
US8031129B2 (en) 2004-08-18 2011-10-04 Ruckus Wireless, Inc. Dual band dual polarization antenna array
US7899497B2 (en) 2004-08-18 2011-03-01 Ruckus Wireless, Inc. System and method for transmission parameter control for an antenna apparatus with selectable elements
US7880683B2 (en) 2004-08-18 2011-02-01 Ruckus Wireless, Inc. Antennas with polarization diversity
US7933628B2 (en) 2004-08-18 2011-04-26 Ruckus Wireless, Inc. Transmission and reception parameter control
US7362280B2 (en) 2004-08-18 2008-04-22 Ruckus Wireless, Inc. System and method for a minimized antenna apparatus with selectable elements
US7652632B2 (en) 2004-08-18 2010-01-26 Ruckus Wireless, Inc. Multiband omnidirectional planar antenna apparatus with selectable elements
US7292198B2 (en) 2004-08-18 2007-11-06 Ruckus Wireless, Inc. System and method for an omnidirectional planar antenna apparatus with selectable elements
WO2006045102A2 (en) 2004-10-20 2006-04-27 Seven Networks, Inc. Method and apparatus for intercepting events in a communication system
US8010082B2 (en) 2004-10-20 2011-08-30 Seven Networks, Inc. Flexible billing architecture
US7505447B2 (en) 2004-11-05 2009-03-17 Ruckus Wireless, Inc. Systems and methods for improved data throughput in communications networks
US8638708B2 (en) 2004-11-05 2014-01-28 Ruckus Wireless, Inc. MAC based mapping in IP based communications
US9240868B2 (en) 2004-11-05 2016-01-19 Ruckus Wireless, Inc. Increasing reliable data throughput in a wireless network
US8619662B2 (en) 2004-11-05 2013-12-31 Ruckus Wireless, Inc. Unicast to multicast conversion
US7706781B2 (en) 2004-11-22 2010-04-27 Seven Networks International Oy Data security in a mobile e-mail service
CN1934750B (en) 2004-11-22 2012-07-18 鲁库斯无线公司 Circuit board having a peripheral antenna apparatus with selectable antenna elements
FI117152B (en) * 2004-12-03 2006-06-30 Seven Networks Internat Oy E-mail service provisioning method for mobile terminal, involves using domain part and further parameters to generate new parameter set in list of setting parameter sets, if provisioning of e-mail service is successful
US8792414B2 (en) 2005-07-26 2014-07-29 Ruckus Wireless, Inc. Coverage enhancement using dynamic antennas
US7358912B1 (en) 2005-06-24 2008-04-15 Ruckus Wireless, Inc. Coverage antenna apparatus with selectable horizontal and vertical polarization elements
US7893882B2 (en) 2007-01-08 2011-02-22 Ruckus Wireless, Inc. Pattern shaping of RF emission patterns
US7646343B2 (en) 2005-06-24 2010-01-12 Ruckus Wireless, Inc. Multiple-input multiple-output wireless antennas
US20090144167A1 (en) * 2005-02-10 2009-06-04 Pablo Calamera System and method for managing data and voice connectivity for wireless devices
US7752633B1 (en) 2005-03-14 2010-07-06 Seven Networks, Inc. Cross-platform event engine
US7796742B1 (en) 2005-04-21 2010-09-14 Seven Networks, Inc. Systems and methods for simplified provisioning
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
WO2006136660A1 (en) 2005-06-21 2006-12-28 Seven Networks International Oy Maintaining an ip connection in a mobile network
US7710912B1 (en) 2005-07-11 2010-05-04 Microsoft Corporation Managing content synchronization between a data service and a data processing device
US8069166B2 (en) 2005-08-01 2011-11-29 Seven Networks, Inc. Managing user-to-user contact with inferred presence information
JP5092288B2 (en) * 2005-09-02 2012-12-05 三菱化学株式会社 Adhesive resin composition and laminate
CN101322346A (en) 2005-12-01 2008-12-10 鲁库斯无线公司 On-demand services by wireless base station virtualization
US7664067B2 (en) * 2005-12-15 2010-02-16 Microsoft Corporation Preserving socket connections over a wireless network
US7613955B2 (en) * 2006-01-06 2009-11-03 Microsoft Corporation Collecting debug data from a wireless device
US7620392B1 (en) 2006-02-27 2009-11-17 Good Technology, Inc. Method and system for distributing and updating software in wireless devices
US7769395B2 (en) 2006-06-20 2010-08-03 Seven Networks, Inc. Location-based operations and messaging
US8285817B1 (en) * 2006-03-20 2012-10-09 Netapp, Inc. Migration engine for use in a logical namespace of a storage system environment
US9071583B2 (en) 2006-04-24 2015-06-30 Ruckus Wireless, Inc. Provisioned configuration for automatic wireless connection
US7788703B2 (en) 2006-04-24 2010-08-31 Ruckus Wireless, Inc. Dynamic authentication in secured wireless networks
US9769655B2 (en) 2006-04-24 2017-09-19 Ruckus Wireless, Inc. Sharing security keys with headless devices
US7639106B2 (en) 2006-04-28 2009-12-29 Ruckus Wireless, Inc. PIN diode network for multiband RF coupling
US20090143059A1 (en) * 2006-05-02 2009-06-04 Danger, Inc. System and method remote servicing of a wireless data processing device
US8670725B2 (en) 2006-08-18 2014-03-11 Ruckus Wireless, Inc. Closed-loop automatic channel selection
US8391786B2 (en) * 2007-01-25 2013-03-05 Stephen Hodges Motion triggered data transfer
US20080270890A1 (en) * 2007-04-24 2008-10-30 Stern Donald S Formatting and compression of content data
US8805425B2 (en) 2007-06-01 2014-08-12 Seven Networks, Inc. Integrated messaging
US8693494B2 (en) 2007-06-01 2014-04-08 Seven Networks, Inc. Polling
US8547899B2 (en) 2007-07-28 2013-10-01 Ruckus Wireless, Inc. Wireless network throughput enhancement through channel aware scheduling
US8364181B2 (en) 2007-12-10 2013-01-29 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US8793305B2 (en) 2007-12-13 2014-07-29 Seven Networks, Inc. Content delivery to a mobile device from a content service
US9002828B2 (en) 2007-12-13 2015-04-07 Seven Networks, Inc. Predictive content delivery
US8355343B2 (en) 2008-01-11 2013-01-15 Ruckus Wireless, Inc. Determining associations in a mesh network
US8107921B2 (en) 2008-01-11 2012-01-31 Seven Networks, Inc. Mobile virtual network operator
US8862657B2 (en) 2008-01-25 2014-10-14 Seven Networks, Inc. Policy based content service
US20090193338A1 (en) 2008-01-28 2009-07-30 Trevor Fiatal Reducing network and battery consumption during content delivery and playback
US7970881B2 (en) * 2008-02-19 2011-06-28 Microsoft Corporation Bypassing uploading of data from a wireless device using outbound attachment caching
US8078448B1 (en) * 2008-05-27 2011-12-13 Adobe Systems Incorporated Systems and methods for automated testing
US8787947B2 (en) 2008-06-18 2014-07-22 Seven Networks, Inc. Application discovery on mobile devices
US8078158B2 (en) 2008-06-26 2011-12-13 Seven Networks, Inc. Provisioning applications for a mobile device
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
US8489569B2 (en) * 2008-12-08 2013-07-16 Microsoft Corporation Digital media retrieval and display
US8217843B2 (en) 2009-03-13 2012-07-10 Ruckus Wireless, Inc. Adjustment of radiation patterns utilizing a position sensor
US8698675B2 (en) 2009-05-12 2014-04-15 Ruckus Wireless, Inc. Mountable antenna elements for dual band antenna
US8645438B2 (en) * 2009-06-30 2014-02-04 Sandisk Technologies Inc. File system and method of file access
US9979626B2 (en) 2009-11-16 2018-05-22 Ruckus Wireless, Inc. Establishing a mesh network with wired and wireless links
EP2350863B1 (en) 2009-11-16 2015-08-26 Ruckus Wireless, Inc. Establishing a mesh network with wired and wireless links
KR101582693B1 (en) * 2009-12-11 2016-01-11 엘지전자 주식회사 Methdo for receiving data in mobile terminal and mobile terminal thereof
TW201209697A (en) 2010-03-30 2012-03-01 Michael Luna 3D mobile user interface with configurable workspace management
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
GB2495877B (en) 2010-07-26 2013-10-02 Seven Networks Inc Distributed implementation of dynamic wireless traffic policy
PL3407673T3 (en) 2010-07-26 2020-05-18 Seven Networks, Llc Mobile network traffic coordination across multiple applications
GB2495066B (en) 2010-07-26 2013-12-18 Seven Networks Inc Mobile application traffic optimization
US9407012B2 (en) 2010-09-21 2016-08-02 Ruckus Wireless, Inc. Antenna with dual polarization and mountable antenna elements
US8484314B2 (en) 2010-11-01 2013-07-09 Seven Networks, Inc. Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US9060032B2 (en) 2010-11-01 2015-06-16 Seven Networks, Inc. Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
US8326985B2 (en) 2010-11-01 2012-12-04 Seven Networks, Inc. Distributed management of keep-alive message signaling for mobile network resource conservation and optimization
CN103620576B (en) 2010-11-01 2016-11-09 七网络公司 It is applicable to the caching of mobile applications behavior and network condition
US8166164B1 (en) 2010-11-01 2012-04-24 Seven Networks, Inc. Application and network-based long poll request detection and cacheability assessment therefor
US9330196B2 (en) 2010-11-01 2016-05-03 Seven Networks, Llc Wireless traffic management system cache optimization using http headers
US8190701B2 (en) 2010-11-01 2012-05-29 Seven Networks, Inc. Cache defeat detection and caching of content addressed by identifiers intended to defeat cache
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
WO2012060995A2 (en) 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
CN103404193B (en) 2010-11-22 2018-06-05 七网络有限责任公司 The connection that adjustment data transmission is established with the transmission being optimized for through wireless network
EP3422775A1 (en) 2010-11-22 2019-01-02 Seven Networks, LLC Optimization of resource polling intervals to satisfy mobile device requests
WO2012094675A2 (en) 2011-01-07 2012-07-12 Seven Networks, Inc. System and method for reduction of mobile network traffic used for domain name system (dns) queries
EP2700019B1 (en) 2011-04-19 2019-03-27 Seven Networks, LLC Social caching for device resource sharing and management
US8621075B2 (en) 2011-04-27 2013-12-31 Seven Metworks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
GB2496537B (en) 2011-04-27 2014-10-15 Seven Networks Inc System and method for making requests on behalf of a mobile device based on atmoic processes for mobile network traffic relief
US9792188B2 (en) 2011-05-01 2017-10-17 Ruckus Wireless, Inc. Remote cable access point reset
EP2737742A4 (en) 2011-07-27 2015-01-28 Seven Networks Inc Automatic generation and distribution of policy information regarding malicious mobile traffic in a wireless network
WO2013086214A1 (en) 2011-12-06 2013-06-13 Seven Networks, Inc. A system of redundantly clustered machines to provide failover mechanisms for mobile traffic management and network resource conservation
US8934414B2 (en) 2011-12-06 2015-01-13 Seven Networks, Inc. Cellular or WiFi mobile traffic optimization based on public or private network destination
WO2013086447A1 (en) 2011-12-07 2013-06-13 Seven Networks, Inc. Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9208123B2 (en) 2011-12-07 2015-12-08 Seven Networks, Llc Mobile device having content caching mechanisms integrated with a network operator for traffic alleviation in a wireless network and methods therefor
WO2013090834A1 (en) 2011-12-14 2013-06-20 Seven Networks, Inc. Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
WO2013090821A1 (en) 2011-12-14 2013-06-20 Seven Networks, Inc. Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization
EP2792188B1 (en) 2011-12-14 2019-03-20 Seven Networks, LLC Mobile network reporting and usage analytics system and method using aggregation of data in a distributed traffic optimization system
WO2013103988A1 (en) 2012-01-05 2013-07-11 Seven Networks, Inc. Detection and management of user interactions with foreground applications on a mobile device in distributed caching
US9203864B2 (en) 2012-02-02 2015-12-01 Seven Networks, Llc Dynamic categorization of applications for network access in a mobile network
US9326189B2 (en) 2012-02-03 2016-04-26 Seven Networks, Llc User as an end point for profiling and optimizing the delivery of content and data in a wireless network
US8756668B2 (en) 2012-02-09 2014-06-17 Ruckus Wireless, Inc. Dynamic PSK for hotspots
US9634403B2 (en) 2012-02-14 2017-04-25 Ruckus Wireless, Inc. Radio frequency emission pattern shaping
US10186750B2 (en) 2012-02-14 2019-01-22 Arris Enterprises Llc Radio frequency antenna array with spacing element
US9092610B2 (en) 2012-04-04 2015-07-28 Ruckus Wireless, Inc. Key assignment for a brand
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
WO2013155208A1 (en) 2012-04-10 2013-10-17 Seven Networks, Inc. Intelligent customer service/call center services enhanced using real-time and historical mobile application and traffic-related statistics collected by a distributed caching system in a mobile network
US8775631B2 (en) 2012-07-13 2014-07-08 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US9570799B2 (en) 2012-09-07 2017-02-14 Ruckus Wireless, Inc. Multiband monopole antenna apparatus with ground plane aperture
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US20140177497A1 (en) 2012-12-20 2014-06-26 Seven Networks, Inc. Management of mobile device radio state promotion and demotion
US9271238B2 (en) 2013-01-23 2016-02-23 Seven Networks, Llc Application or context aware fast dormancy
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US8750123B1 (en) 2013-03-11 2014-06-10 Seven Networks, Inc. Mobile device equipped with mobile network congestion recognition to make intelligent decisions regarding connecting to an operator network
WO2014146038A1 (en) 2013-03-15 2014-09-18 Ruckus Wireless, Inc. Low-band reflector for dual band directional antenna
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
US10496611B1 (en) * 2015-03-20 2019-12-03 EMC IP Holding Company LLC Method and system for file name based command execution in a storage system
US10783327B2 (en) 2016-12-30 2020-09-22 Microsoft Technology Licensing, Llc Using a personal digital assistant to retrieve an item from a remote source
US11106627B2 (en) 2018-07-02 2021-08-31 Bank Of America Corporation Front-end validation of data files requiring processing by multiple computing systems

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4642758A (en) * 1984-07-16 1987-02-10 At&T Bell Laboratories File transfer scheduling arrangement
EP0413074A1 (en) * 1988-06-13 1991-02-20 International Business Machines Corporation Managing host to workstation file transfer
EP0512174A1 (en) * 1991-05-08 1992-11-11 Semaphore, Inc. Parallel rule-based data transmission method and apparatus

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5133053A (en) * 1987-02-13 1992-07-21 International Business Machines Corporation Interprocess communication queue location transparency
US4905003A (en) * 1987-07-24 1990-02-27 Richard J. Helferich Analog/digital data storage system
US5157763A (en) * 1987-10-15 1992-10-20 International Business Machines Corporation Visually assisted method for transfer of data within an application or from a source application to a receiving application
JPH03113932A (en) * 1989-09-27 1991-05-15 Toshiba Corp Store and forward switching device
IL96777A0 (en) * 1990-12-25 1991-09-16 Shmuel Goldberg General purpose synchronized audio aid system
US5335276A (en) * 1992-12-16 1994-08-02 Texas Instruments Incorporated Communication system and methods for enhanced information transfer
US5379291A (en) * 1992-12-29 1995-01-03 International Business Machines Corporation Apparatus for fiber distributed data interface dynamic station bypass via skipping and hopping
US5438565A (en) * 1993-03-31 1995-08-01 At&T Corp. Packet switch to provide code division, multiple access cellular service
US5513242A (en) * 1994-05-31 1996-04-30 At&T Corp. Method and apparatus for facilitating the ultimate making of wireless data transfers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4642758A (en) * 1984-07-16 1987-02-10 At&T Bell Laboratories File transfer scheduling arrangement
EP0413074A1 (en) * 1988-06-13 1991-02-20 International Business Machines Corporation Managing host to workstation file transfer
EP0512174A1 (en) * 1991-05-08 1992-11-11 Semaphore, Inc. Parallel rule-based data transmission method and apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
C.J.M. MATHIAS: "New LAN Gear Snaps Unseen Desktop Chains", DATA COMMUNICATIONS, vol. 23, no. 5, NEW YORK US, pages 75 - 80, XP000432068 *

Also Published As

Publication number Publication date
AU3515795A (en) 1996-04-19
US5802312A (en) 1998-09-01

Similar Documents

Publication Publication Date Title
US5802312A (en) System for transmitting data files between computers in a wireless environment utilizing a file transfer agent executing on host system
US5983265A (en) System for controlling electronic messaging protocol between plurality of computer system by using identical electronic messaging system
US8369892B2 (en) Wireless modem module server system
US5796727A (en) Wide-area wireless lan access
US5911044A (en) Network image scanning system which transmits image information from a scanner over a network to a client computer
US4574284A (en) Communication bus interface unit
JP3279537B2 (en) Apparatus and method for data communication between WAP terminal and WAP server
US4768150A (en) Application program interface to networking functions
US6973506B2 (en) Position identifier management apparatus and method, mobile computer, and position identifier processing method
US5577202A (en) Message handling system for automated gateway between first and second handling systems wherein first envelope is added to a second envelope respectively without changing text
CA1271821A (en) Information transfer method and arrangement
US7480731B2 (en) Data transfer scheme using caching technique for reducing network load
US4941084A (en) System for locating resources resided in a distributing processing system by sequentially transmitting resource inquiries through a looped transmission line
US20060085574A1 (en) Methods for accessing remotely located devices
US20040162889A1 (en) Distributed application and data dissemination system
CN1985492B (en) Method and system for supporting iSCSI read operations and iSCSI chimney
JPH0331027B2 (en)
US5713027A (en) Method and apparatus for controlling the shutdown of computer systems by using service utilization information and examining a dependency relationship between the computers
JP2003523099A (en) System for transferring and recording digital messages from telephone communication devices
CN111782318A (en) Sharing access system and method for remotely mounting local disk to cloud desktop virtual machine
US20040177171A1 (en) Message processing scheme for realizing unified handling and management of messages using a portable message processing device
Presotto et al. The Organization of Networks in Plan 9.
Chesson The network UNIX system
JPH11355357A (en) File transfer method, file receiver, file transmitter and file repeater
KR100251725B1 (en) Method for mail transfer with a voice mailing system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA JP KR MX SG

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

WA Withdrawal of international application
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: CA

122 Ep: pct application non-entry in european phase