#ifndef __FEPCLIENT_H_INCLUDED__
#define __FEPCLIENT_H_INCLUDED__

#include "fep.h"
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "network.h"
#include "DataPacker.h"

class FEPClient
{
public:
void fep_program_32(char *host);
private:

};

#endif // __FEPCLIENT_H_INCLUDED__
