does anyone know how to create more than one channel on the server?
ex: global Dekaron has
Divine
Kalibus
No-PK (how do I create a No-PK channel?)
ex: global Dekaron has
Divine
Kalibus
No-PK (how do I create a No-PK channel?)
ok simple tree of server for channelQuote:
it didn't work when I'm going to run the second server
I created 3 folders each as a nameQuote:
ok simple tree of server for channel
SERVER's DEKARON
3 folders with DEKARON SERVER and share (share can be the same)
SERVER Divine - Channel 1 IP 127.0.0.1,34567
Dekaronserver - file config
Line; DEKARON_PORT = 34567
server in share - file channellist must have only different port
0,0,127.0.0.1,34567,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Kalibus - Channel 2 IP 127.0.0.1,34568
Dekaronserver - file config
Line; DEKARON_PORT = 34568
server in share - file channellist must have only different port
0,0,127.0.0.1,34568,CLIENT TEST,0
------------------------------------------------------------------------------------
SERVER Non PK - Channel 3 IP 127.0.0.1,34569
Dekaronserver - file config
Line; DEKARON_PORT = 34569
server in share - file channellist must have only different port
0,0,127.0.0.1,34569,CLIENT TEST,0
------------------------------------------------------------------------------------
client side only channel list
RED is your answer :)Quote:
Thanks for this tip [DEV]Dekaron. I was able to follow the tip provided above as follows
DekaronServer(Folder)
> CH DK 1 Folder
> CH DK 2 Folder
And set the config.ini as instructed. What I am unclear is if we need to run 2 separate DekaronServer.exe for each channel? I tried running another instance of DekaronServer.exe. unfortunately didnt work for me..
I guess I am doing it incorrectly... if its not too much to ask how this part work I certainly would appreciate the enlightenment. If not, totally understand and respect it.
Thanks [DEV]Dekaron, not really that hard to follow, I was able to follow everything you provided. from setting the folders and changes in config.ini\channellist.csv.Quote:
RED is your answer :)
in second configuration for second channel change
Channel_index = 1 must be change to 2 for second channel
Example:
Main channel server
config.ini
line: Channel_index = 1
Subchannel channel 2
config.ini
line: Channel_index = 2
is that hard read