<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How does JSL receive network packets in memory? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431501#M68117</link>
    <description>&lt;P&gt;Thank you for the good way. I try to learn.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 13:11:56 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2021-10-29T13:11:56Z</dc:date>
    <item>
      <title>How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431066#M68085</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;A target="_blank"&gt;Hello&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I wonder if JMP can use JSL to receive network packets in memory and save these data as tables.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Since I'm not a programmer, this title may be inaccurate.&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:04:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431066#M68085</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T18:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431421#M68107</link>
      <description>&lt;P&gt;How would the packets arrive?&amp;nbsp; Would you go to a website and download something, or would JMP be waiting for incoming traffic on a specific port?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 21:27:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431421#M68107</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-10-28T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431483#M68113</link>
      <description>&lt;P&gt;Thank you for your attention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I found the C++ development code that calls this data interface.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;// STKDRV.h: interface for the CSTKDRV class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_STKDRV_H__4BE51F0E_A261_11D2_B30C_00C04FCCA334__INCLUDED_)
#define AFX_STKDRV_H__4BE51F0E_A261_11D2_B30C_00C04FCCA334__INCLUDED_

#if _MSC_VER &amp;gt; 1000
#pragma once
#endif // _MSC_VER &amp;gt; 1000

class CSTKDRV  
{
public:
	CSTKDRV();
	virtual ~CSTKDRV();
public:
	DWORD Getd2DrvInfo(int nInfo,void * pBuf);
	int SetupReceiver(BOOL bSetup);
	int d2_Quit(HWND hWnd);
……
private:
	void GetAdress();
	wchar_t *CharToWChar(char *pszString);
	HINSTANCE	m_hSTKDrv;
};

#endif // !defined(AFX_STKDRV_H__4BE51F0E_A261_11D2_B30C_00C04FCCA334__INCLUDED_)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;It seems complicated.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 09:32:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431483#M68113</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-10-29T09:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431496#M68116</link>
      <description>&lt;P&gt;Sorry I will not be any help reverse engineering this for you, but if you are looking for a program to receive messages that are sent by another program or computer, perhaps the server side logic in this post will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Socket communication to get and log messages from JMP, R, and python scripts" uid="47921" url="https://community.jmp.com/t5/JMP-Scripts/Socket-communication-to-get-and-log-messages-from-JMP-R-and/m-p/47921#U47921" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 11:24:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431496#M68116</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-10-29T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431501#M68117</link>
      <description>&lt;P&gt;Thank you for the good way. I try to learn.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 13:11:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431501#M68117</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-10-29T13:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431999#M68165</link>
      <description>&lt;P&gt;If you are trying to retrieve data from a website, you can look at HTTP Request. It covers simple "GET"s as well as "POST", "PATCH", "PUT" and so on.&lt;/P&gt;
&lt;P&gt;-Bryan&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 17:14:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/431999#M68165</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2021-11-01T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432176#M68185</link>
      <description>&lt;P&gt;This packet is received through a program to receive the memory.&lt;BR /&gt;C++, VB and other development software in memory to read the data, save as a table.&lt;/P&gt;&lt;P&gt;Sending a packet every three seconds.Is always waiting to receive.&lt;/P&gt;&lt;P&gt;So I want to use JMP instead of VB to read and save these data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:26:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432176#M68185</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-11-02T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432210#M68191</link>
      <description>&lt;P&gt;It sounds like the socket communication link should give you the framework you need to get started then, you need to figure out what port to listen on and then write a function to handle the data as it comes in, for example by writing it to a data table.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 16:10:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432210#M68191</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-11-02T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL receive network packets in memory?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432886#M68259</link>
      <description>&lt;P&gt;Thanks to the expert, I'm learning your way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Writing code in VB is required to call the program to the specified DLL.&lt;BR /&gt;I combine VB code to try to prepare.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 06:24:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-receive-network-packets-in-memory/m-p/432886#M68259</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-11-04T06:24:17Z</dc:date>
    </item>
  </channel>
</rss>

