Proposals concealed
Proposals are currently absent
-
Anton Kravtsov 26 June 20203) Отправлять все входящие websocket пакеты на TCP, отправлять все входящие TCP пакеты на websocket - т.е. служить прокси мостом между TCP и websocket соединениями.
Я так понимаю, пакеты надо пересылать как есть? Т.е. считать их бинарными данным (raw data), без формата?
Так же мне нужны будут исходники - возможно сам решу модифицировать в будущем.
Реализация на C++ (boost + asio/beast) подойдёт?
-
Dmitry Kislitsin
26 June 2020
Да, данные пересылать сырыми. Единственное - чтобы я их потом мог распарсить.
Да реализация на С++ подойдет. Модули любые по вашему желанию.
Если вкратце - мне нужна надежная либа для работы с веб сокетом, т.к. на моем любимом ЯП (древнем как говно мамонта) таких модулей нет...
Хотелось бы в живую обсудить все. Мой телефон: +7 (920) 752-72-96, звонить можно в любое время (ночью не желательно 😄).
-
Dmitry Kislitsin
26 June 2020
Либо, если получится, либа могла бы вобще передавать хэндл сокета. Реализация тогда была бы элементарная, но тут вопрос в том - смогу ли я получить в своем ЯП такой сокет как обьект и смогу ли с ним полноценно работать - в этом не уверен. Но было бы красиво и просто...
-
Anton Kravtsov 28 June 2020... либа могла бы вобще передавать хэндл сокета. ... смогу ли я получить в своем ЯП такой сокет как обьект и смогу ли с ним полноценно работать - в этом не уверен.
Если у вас стоит задача передавать/принимать данные по WebSocket-протоколу из вашего приложения, т.е. фактически у вас будет WebSocket-клиент, то можно обойтись и без TCP-proxy.
Правда, handle будет "нестандартным" и с ним можно будет работать только через самодельную библиотеку.
API можно сделать, например, таким:
<handle_type> websock_open(<адрес строка>, <порт dword>) <status> websock_send(<handle_type>, <byte array>, <length>) <status> websock_receive(<handle_type>, ... ) <status> websock_close(<handle_type>) <status> websock_status(<handle_type>)
Из какого языка вы собираетесь обращаться к библиотеке?
В задании упоминается BlitzMax - это Blitz BASIC или https://blitzmax.org или что-то иное?
-
Dmitry Kislitsin
28 June 2020
Если у вас стоит задача передавать/принимать данные по WebSocket-протоколу из вашего приложения
Вы правильно поняли.
<status> websock_receive(<handle_type>, ... )
... тут я свой буфер для приема указываю? Не очень понял...
Но в общем апи вполне продуманное. Я бы и сам хтел отказаться от лишней прослойки в виде TCP - просто подумал - это будет самое простое решение.
Скорее второй вариант. А вообще этот ЯП давно умер, хорошей альтернативы ему я так и не нашел. ООП ЯП для компиляции использует старый MinGW определенной версии, с новыми конфликтует.
Пытался сегодня сам скомпилить на eclipse библиотеку от безысходности...
Поставил свежий MinGW переписал переменные среды, поставил boost, поставил websocketpp, запоролся на установке openssl - фиг знает как ее настраивать, компилятор ругался на отсутствие заголовков...
Вы сможете собрать такую библиотеку? Может зарегаетесь в проекте у меня как исполнитель? 8к Вас устроит?
-
Anton Kravtsov 28 June 2020... этот ЯП давно умер ...
Признаться, раньше об этом языке вообще не слышал :)
И судя по https://github.com/bmx-ng/bmx-ng/releases , он ещё вполне себе жив :)
Может зарегаетесь в проекте у меня как исполнитель?
У меня пока нет времени, чтоб заняться вашим проектом.
Я так понимаю, у вас есть навыки по программированию, т.е. вы вполне можете попробовать решить задачу самостоятельно. При этом могут пригодиться ресурсы типа stackoverflow и подобные, где на внятный вопрос могут дать годный ответ.
У BlitzMax, кстати, есть живое community , где, наверное, тоже могут подсказать, в каком направлении копать :)
Если уж совсем застрянете, то размещайте здесь задачу с конкретной формулировкой - наверняка найдутся исполнители, которые смогут вам помочь.
-
Dmitry Kislitsin
28 June 2020
Если вы на счет calling covenition - то вроде BlitzMax юзает __stdcall , но точно не уверен. Могу тестовую прогу собрать - проверите у себя вызов и передачу параметров.
Current freelance projects in the category C & C++
Looking for an experienced TrinityCore 3.3.5a developer who has a good understanding of the core architecture, Battleground system, C++, SQL, and the WoW 3.3.5 client. A custom Battleground “Slavery Valley” has already been integrated into the project, transferred from AzerothCore to TrinityCore. The main part of the work has already been completed, but it needs to be brought up to Blizzard's standards.What has been done TrinityCore 3.3.5a + Eluna. The server is fully configured. The Battleground is integrated into the core. Entry into the BG works. Client UI works (partially). Most SQL and DBC have been transferred. Builds without errors.What needs to be done Fix remaining Battleground bugs. Bring the mechanics up to the level of official Blizzard Battlegrounds. Fix the match start phase. Implement correct starting gates/fire walls. Fix point capture mechanics. Fix match completion. Check score allocation and WorldState functionality. Fix remaining C++ and SQL issues. Conduct a full gameplay test.Requirements Mandatory experience: TrinityCore 3.3.5a; C++; SQL (MariaDB/MySQL); DBC; MPQ; Visual Studio; CMake; Git. Would be a big plus: AzerothCore; Eluna; experience in Battleground development; understanding of the client side of WoW 3.3.5a.Work format Work is staged. Mandatory testing after each stage. Each stage is accepted only after in-game verification. Clear reports on changes are required.In the future This is a long-term project. After completing the Battleground, the following is planned: transfer of new Battlegrounds; transfer of new arenas; new races; new classes; new game systems; further development of a custom World of Warcraft 3.3.5a server. Looking for a developer who has already worked with TrinityCore and can not only write code but also bring the system to a fully operational state.no server from 0 as I want If you are looking for a developer not just for one Battleground, but for creating a server from scratch, then the announcement should look something like this.Project Title Development of a World of Warcraft 3.3.5a server from scratch (TrinityCore / C++ / SQL / Eluna)Project Description Looking for an experienced TrinityCore 3.3.5a developer for long-term collaboration. I need a person who can develop a fully ready World of Warcraft 3.3.5a game server from scratch based on TrinityCore with further project development. The project is large and is expected to take several months of development.Project Foundation TrinityCore 3.3.5a. Maximally stable and close to Blizzard base. Eluna Lua Engine. MariaDB. Visual Studio + CMake. Git.What is planned to be implemented Fully operational server 3.3.5a. Fixing core bugs. Development of new game systems. Integration of custom Battlegrounds. Integration of new arenas. Transfer of useful modules from AzerothCore to TrinityCore. Development of custom modules. New PvP and PvE systems. New game events. Class balancing. Additional progression systems. Improvement of server performance.In the future After completing the basic part, the following is planned: new races; new classes; new zones; new dungeons; new raids; new Battlegrounds; new professions; new game mechanics; integration of modern systems into the 3.3.5a client.Developer Requirements Mandatory: Excellent knowledge of TrinityCore 3.3.5a. Confident knowledge of C++. SQL (MariaDB/MySQL). Git. Visual Studio. CMake. Understanding of TrinityCore architecture. Experience with Battleground, PvP, and game mechanics. Would be a big plus: Experience with AzerothCore. Eluna Lua Engine. Working with DBC and MPQ. Experience in creating custom game systems.Work format Work is staged. Each task is documented as a separate technical assignment. Mandatory testing after each stage. Work is accepted only after verification directly in the game. A developer is needed who can bring functionality to a fully operational state, not just write code.
Setup and programming of boards. Specialists are needed who know Altium, C++. We provide a reservation. Payment is negotiable.
DRONE AIRCRAFT TYPE
Create compatibility between the ground control station, automatic start system (SAS), radar, and the aircraft.
Need an MTA:SA developer. I need help assembling a clean MTA:SA 1.6 mtasa-blue source on Windows. What needs to be done: 1. Set up the build environment: Visual Studio, Git, DirectX SDK, CEF, DLL, and other dependencies. 2. Build a clean mtasa-blue client/server. 3. Ensure the client runs without errors. 4. Explain which files/dependencies are needed. 5. Provide a brief guide on how I can rebuild the client myself. 6. Or help further via AnyDesk/Discord/Telegram. Important: - No bypassing anti-cheat. - No cheats. - No malicious code. - Only a legal build of the source and environment setup is needed. The result I want to achieve: - a built clean MTA:SA 1.6 client; - a built server or an explanation of how to build it; - a list of all dependencies; - a brief guide for rebuilding; - an explanation of what exactly was fixed. Or propose your price!
A program needs to be developed for Windows that allows connecting a jailbroken iPhone via USB cable and controlling it from a computer. Main functionality: Connecting the iPhone via USB. The program should quickly recognize the connected iPhone and operate through the cable to minimize delays and lags. Screen mirroring of the iPhone to the computer. (The phone's screen should be displayed on the computer in real-time) Controlling the phone using the mouse. The user should be able to click, swipe, scroll, and control the iPhone screen using the mouse from the computer. Text input from the computer. There should be a shared clipboard between the computer and the iPhone. File transfer from the computer to the iPhone. A function for uploading files from the computer to the phone's memory or to specific folders/apps needs to be added. Stable operation. The program should run smoothly, without significant delays, freezes, or connection drops. Compatibility: support for jailbroken iPhone, rootless jailbreak, iOS 16.7.12, connection via USB.